Unverified Commit 1e853e24 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

[Safetensors] make safetensors a required dep (#4177)

parent ad787082
......@@ -106,7 +106,7 @@ _deps = [
"pytest-timeout",
"pytest-xdist",
"ruff>=0.0.241",
"safetensors",
"safetensors>=0.3.1",
"sentencepiece>=0.1.91,!=0.1.92",
"scipy",
"onnx",
......@@ -227,6 +227,7 @@ install_requires = [
deps["numpy"],
deps["regex"],
deps["requests"],
deps["safetensors"],
deps["Pillow"],
]
......
......@@ -30,7 +30,7 @@ deps = {
"pytest-timeout": "pytest-timeout",
"pytest-xdist": "pytest-xdist",
"ruff": "ruff>=0.0.241",
"safetensors": "safetensors",
"safetensors": "safetensors>=0.3.1",
"sentencepiece": "sentencepiece>=0.1.91,!=0.1.92",
"scipy": "scipy",
"onnx": "onnx",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment