Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
IonMich committed May 1, 2024
1 parent 0bf6c8b commit a58f2db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ pre-commit
mypy==0.910
mkdocs-material
mkdocstrings-python
jaxlib==0.4.16
jax==0.4.16
numpyro==0.14.0
jax-cosmo==0.1.0
pytest==7.4.3
pytest-cov==4.1.0
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
jaxlib==0.4.16
jax==0.4.16
numpyro==0.14.0
jax-cosmo==0.1.0

7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ platforms = unix, linux, osx, cygwin, win32
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.12

[options]
packages =
jax_gw
install_requires =
jax>=0.4.16
jax-cosmo>=0.1.0
jaxlib>=0.4.14
python_requires = ==3.9.*
numpyro>=0.14.0
python_requires = ==3.12.*
package_dir =
=src
zip_safe = no
Expand Down

0 comments on commit a58f2db

Please sign in to comment.