Skip to content

Commit

Permalink
Update dependencies to support Numpy 2 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Jul 10, 2024
1 parent 54071c2 commit cb7410f
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 @@ -16,9 +16,9 @@ gitpython = "*"
drmaa = "*"
tinydb = "^4.0.0"
xarray = "*"
# Numpy 1.26.0 is needed to support Python >=3.12, which dropped distutils.
# 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 cb7410f

Please sign in to comment.