Skip to content

Commit 072b64a

Browse files
committed
Constrain Haiku version based on Python version
1 parent f990a1f commit 072b64a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"scipy>=1.9",
5959
],
6060
"dev": [
61-
"dm-haiku",
61+
"dm-haiku>=0.0.14; python_version >= '3.10'",
62+
"dm-haiku<0.0.14; python_version < '3.10'",
6263
"equinox",
6364
"flax",
6465
"funsor>=0.4.1",

0 commit comments

Comments
 (0)