Skip to content

Commit 737b20d

Browse files
authored
[MRG] Temporary limit on jax version (#608)
* Update requirements.txt Limit the max version of jax to allow for old config because of pymanopt using deprecated version * Update requirements.txt
1 parent 6f35804 commit 737b20d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ pymanopt
66
cvxopt
77
scikit-learn
88
torch
9-
jax
10-
jaxlib
9+
jax<=0.4.24
10+
jaxlib<=0.4.24
1111
tensorflow
1212
pytest
1313
torch_geometric
1414
cvxpy
1515
geomloss
16-
pykeops
16+
pykeops

0 commit comments

Comments
 (0)