Skip to content

Commit

Permalink
Relax Numpy version in pyproject.toml
Browse files Browse the repository at this point in the history
fix #508
  • Loading branch information
ferrine authored and ricardoV94 committed Feb 3, 2024
1 parent b411b30 commit 0d5173b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [{ name = "PyMC Labs", email = "[email protected]" }]
dependencies = [
"arviz>=0.13.0",
"matplotlib>=3.5.1",
"numpy>=1.17,<1.25",
"numpy>=1.17",
"pandas",
# NOTE: Keep minimum pymc version in sync with ci.yml `OLDEST_PYMC_VERSION`
"pymc>=5.8.2",
Expand Down

0 comments on commit 0d5173b

Please sign in to comment.