Skip to content

Commit 0645c9e

Browse files
committed
fix optax dep issue
1 parent 8ac2b91 commit 0645c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"opencv-python",
139139
"optimum-benchmark>=0.3.0",
140140
"optuna",
141-
"optax>=0.08,<=0.1.4",
141+
"optax>=0.0.8,<=0.1.4",
142142
"pandas<2.3.0", # `datasets` requires `pandas` while `pandas==2.3.0` has issues with CircleCI on 2025/06/05
143143
"packaging>=20.0",
144144
"parameterized>=0.9", # older version of parameterized cause pytest collection to fail on .expand

0 commit comments

Comments
 (0)