Skip to content

Commit

Permalink
Pin tensorflow<=2.12.1 (#1305)
Browse files Browse the repository at this point in the history
pin tensorflow
  • Loading branch information
fxmarty authored Aug 22, 2023
1 parent 0b08a1f commit 0323172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
],
"exporters": ["onnx", "onnxruntime", "timm"],
"exporters-gpu": ["onnx", "onnxruntime-gpu", "timm"],
"exporters-tf": ["tensorflow>=2.4", "tf2onnx", "onnx", "onnxruntime", "timm", "h5py", "numpy<1.24.0"],
"exporters-tf": ["tensorflow>=2.4,<=2.12.1", "tf2onnx", "onnx", "onnxruntime", "timm", "h5py", "numpy<1.24.0"],
"diffusers": ["diffusers"],
"intel": "optimum-intel>=1.10.1",
"openvino": "optimum-intel[openvino]>=1.10.1",
Expand Down

0 comments on commit 0323172

Please sign in to comment.