Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit a73dc6e

Browse files
build(deps): update safetensors requirement from ~=0.4.1 to ~=0.4.2 (#295)
Updates the requirements on [safetensors](https://github.com/huggingface/safetensors) to permit the latest version. - [Release notes](https://github.com/huggingface/safetensors/releases) - [Changelog](https://github.com/huggingface/safetensors/blob/main/RELEASE.md) - [Commits](huggingface/safetensors@v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: safetensors dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d5119a commit a73dc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ flask>=2.2.1
88
huggingface-hub~=0.17.3
99
jinja2>=3.1.2
1010
pytest>=6.2.5
11-
safetensors~=0.4.1
11+
safetensors~=0.4.2
1212
scipy>=1.6.3
1313
torch>=1.12.1
1414
transformers[sentencepiece]~=4.35.2

0 commit comments

Comments
 (0)