Skip to content

Commit

Permalink
Remove pinnings necessary on old jax versions
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Dec 6, 2023
1 parent e0c0bc7 commit 458eeac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ package_dir =
python_requires = >=3.10
install_requires =
coloredlogs
jax >= 0.4.1, <0.4.11
jaxlib < 0.4.11
jax >= 0.4.1
jaxlib
jaxlie
jax_dataclasses >= 1.4.0
ml-dtypes < 0.3.0
pptree
rod
typing_extensions; python_version < "3.11"
Expand Down

0 comments on commit 458eeac

Please sign in to comment.