Skip to content

Commit

Permalink
Update NumPy dependency to version 1.21,<2
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Jun 3, 2024
1 parent 271cf48 commit 391baf7
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 @@ -38,7 +38,7 @@ classifiers = [
"Topic :: Utilities",
]
requires-python = ">=3.8, <4"
dependencies = ["h5py>=3.0", "NumPy>=1.21 <2", "QtPy>=1.9", "requests", "tomli"]
dependencies = ["h5py>=3.0", "NumPy>=1.21,<2", "QtPy>=1.9", "requests", "tomli"]
dynamic = ["version"]

[project.urls]
Expand Down

0 comments on commit 391baf7

Please sign in to comment.