python3Packages.safetensors: add fsspec

This commit is contained in:
Stephen Huan
2025-09-08 19:38:34 -04:00
parent 8eb28adfa3
commit 443fdc03f8
@@ -19,6 +19,7 @@
pytest,
pytest-benchmark,
hypothesis,
fsspec,
# tests
pytestCheckHook,
@@ -81,6 +82,7 @@ buildPythonPackage rec {
pytest
pytest-benchmark
hypothesis
fsspec
];
all = self.torch ++ self.numpy ++ self.pinned-tf ++ self.jax ++ self.paddlepaddle ++ self.testing;
dev = self.all;
@@ -91,6 +93,7 @@ buildPythonPackage rec {
numpy
pytestCheckHook
torch
fsspec
];
enabledTestPaths = [ "tests" ];