Skip to content

Commit

Permalink
Build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbenayoun committed Dec 19, 2024
1 parent 3041f16 commit 045df37
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
"transformers>=4.36,<4.47.0",
],
"exporters-tf": [
"tensorflow>=2.4,<=2.12.1",
# "tf2onnx",
# "onnx",
# "onnxruntime",
# "timm",
# "h5py",
# "numpy<1.24.0",
# "datasets<=2.16",
# "transformers>=4.36",
# "tensorflow>=2.4,<=2.12.1",
"tf2onnx",
"onnx",
"onnxruntime",
"timm",
"h5py",
"numpy<1.24.0",
"datasets<=2.16",
"transformers>=4.36",
],
"exporters-executorch": [
"executorch>=0.4.0",
Expand Down

0 comments on commit 045df37

Please sign in to comment.