Skip to content

Commit

Permalink
bump supported numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Jul 10, 2024
1 parent 54071c2 commit efcb64e
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 @@ -18,7 +18,7 @@ tinydb = "^4.0.0"
xarray = "*"
# Numpy 1.26.0 is needed to support Python >=3.12, which dropped distutils.
# See https://github.com/python-poetry/poetry/issues/7611#issuecomment-1793859449
numpy = "^1.26.0"
numpy = ">=1.26.0"
pandas = "*"
click = "*"
salib = "^1.3.8"
Expand Down

0 comments on commit efcb64e

Please sign in to comment.