Skip to content

Commit

Permalink
bump numpy and arviz (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbayer authored Aug 14, 2024
1 parent 85726bd commit 9c19325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = [{path = "datasets/*.rds"}]
python = "^3.12"
numpyro = ">=0.15.1"
jax = ">=0.4.30"
numpy = "^1.26.4"
numpy = "^2.0.0"
polars = "^1.2.1"
matplotlib = "^3.8.3"

Expand All @@ -35,7 +35,7 @@ pyyaml = "^6.0.0"
nbclient = "^0.10.0"
nbformat = "^5.10.0"
numpydoc = "^1.7.0"
arviz = "^0.18.0"
arviz = "^0.19.0"
sphinx = "^7.2.6"
sphinxcontrib-mermaid = "^0.9.2"
sphinx-autodoc-typehints = "^2.1.0"
Expand Down

0 comments on commit 9c19325

Please sign in to comment.