Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
junpenglao committed Sep 20, 2023
1 parent c36bcd2 commit cd7c3cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ classifiers = [
]
dependencies = [
"fastprogress>=1.0.0",
"jax>=0.4.12",
"jaxlib>=0.4.14",
"jax>=0.4.16",
"jaxlib>=0.4.16",
"jaxopt>=0.8",
"optax>=0.1.7",
"typing-extensions>=4.4.0",
Expand Down
4 changes: 2 additions & 2 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ aesara>=2.8.8
arviz
flax
ipython
jax
jaxlib
jax>=0.4.16
jaxlib>=0.4.16
jaxopt
jupytext
myst_nb
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ python_files=test*.py
testpaths=tests
filterwarnings =
error

0 comments on commit cd7c3cf

Please sign in to comment.