Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax authored Sep 26, 2024
1 parent c81606e commit e54acc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
packages=find_packages(),
zip_safe=False,
install_requires=[
'jax>=0.4.0',
'jax>=0.4.0,<=0.4.31',
'jaxlib>=0.4.0,<=0.4.31',
'numpyro>=0.13.0',
'flax>=0.8.4'
],
Expand All @@ -35,4 +36,4 @@
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
'Topic :: Scientific/Engineering']
)
)

0 comments on commit e54acc5

Please sign in to comment.