Skip to content

Commit 4fef46e

Browse files
committed
need to pin the other parts of jax as well to work on Colab, which comes with it's own version pre-installed
1 parent 966ac59 commit 4fef46e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ install_requires =
4141
ipywidgets
4242
ipympl
4343
jax<0.7.0 # Required for python >3.12 which will install a version of jax that tensorflow has not updated to use properly yet
44+
jax-cuda12-pjrt<0.7.0
45+
jax-cuda12-plugin<0.7.0
46+
jaxlib<0.7.0
4447

4548
[options.extras_require]
4649
dev =

0 commit comments

Comments
 (0)