Skip to content

Commit 7c438e9

Browse files
authored
Merge pull request #107 from epignatelli/copilot/fix-104
Relax JAX constraint from jax<0.7 to jax
2 parents fe7f3ac + 4b95811 commit 7c438e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

navix/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# under the License.
1919

2020

21-
__version__ = "0.7.3"
21+
__version__ = "0.7.4"
2222
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ setuptools_scm
99
pytest
1010
# compute libraries
1111
pillow
12-
jax<0.7 # 0.7 breaks distrax
12+
jax
1313
flax
1414
rlax
1515
# experiments

0 commit comments

Comments
 (0)