Skip to content

Commit aad53c5

Browse files
authored
python3Packages.optimum: 1.24.0 -> 1.25.3 (#408114)
2 parents dd3c78b + c2509dc commit aad53c5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pkgs/development/python-modules/optimum/default.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
# optional-dependencies
1919
diffusers,
20-
evaluate,
2120
h5py,
2221
onnx,
2322
onnxruntime,
@@ -29,7 +28,7 @@
2928

3029
buildPythonPackage rec {
3130
pname = "optimum";
32-
version = "1.24.0";
31+
version = "1.25.3";
3332
pyproject = true;
3433

3534
disabled = pythonOlder "3.9";
@@ -38,7 +37,7 @@ buildPythonPackage rec {
3837
owner = "huggingface";
3938
repo = "optimum";
4039
tag = "v${version}";
41-
hash = "sha256-0D/kHPUI+gM7IblA4ULs0JuGTNQVezIYg0SPD3ESukw=";
40+
hash = "sha256-SVyGtWFI5GjfxbaVKICf+QSSMYI62dDVMzphu8TngvY=";
4241
};
4342

4443
build-system = [ setuptools ];
@@ -56,24 +55,25 @@ buildPythonPackage rec {
5655
optional-dependencies = {
5756
onnxruntime = [
5857
onnx
59-
onnxruntime
6058
datasets
61-
evaluate
6259
protobuf
60+
onnxruntime
6361
];
6462
exporters = [
6563
onnx
66-
onnxruntime
6764
timm
65+
onnxruntime
66+
protobuf
6867
];
6968
exporters-tf = [
70-
tensorflow
71-
tf2onnx
7269
onnx
73-
onnxruntime
7470
timm
7571
h5py
72+
tf2onnx
73+
onnxruntime
7674
numpy
75+
datasets
76+
tensorflow
7777
];
7878
diffusers = [ diffusers ];
7979
intel = [

0 commit comments

Comments
 (0)