Skip to content

Commit 391baf7

Browse files
committed
Update NumPy dependency to version 1.21,<2
1 parent 271cf48 commit 391baf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
"Topic :: Utilities",
3939
]
4040
requires-python = ">=3.8, <4"
41-
dependencies = ["h5py>=3.0", "NumPy>=1.21 <2", "QtPy>=1.9", "requests", "tomli"]
41+
dependencies = ["h5py>=3.0", "NumPy>=1.21,<2", "QtPy>=1.9", "requests", "tomli"]
4242
dynamic = ["version"]
4343

4444
[project.urls]

0 commit comments

Comments
 (0)