We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe7f3ac + 4b95811 commit 7c438e9Copy full SHA for 7c438e9
navix/_version.py
@@ -18,5 +18,5 @@
18
# under the License.
19
20
21
-__version__ = "0.7.3"
+__version__ = "0.7.4"
22
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())
requirements.txt
@@ -9,7 +9,7 @@ setuptools_scm
9
pytest
10
# compute libraries
11
pillow
12
-jax<0.7 # 0.7 breaks distrax
+jax
13
flax
14
rlax
15
# experiments
0 commit comments