Skip to content

Commit 5bbac0b

Browse files
authored
Merge pull request #77 from zoccoler/support_numpy_2
Relax numpy upper version constraint in dependencies
2 parents 043a51e + 81ce900 commit 5bbac0b

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
@@ -25,7 +25,7 @@ classifiers = [
2525
"Topic :: Scientific/Engineering :: Visualization"
2626
]
2727
dependencies = [
28-
"numpy>=1.22.0,<2.0.0",
28+
"numpy>=1.22.0",
2929
"magicgui",
3030
"qtpy",
3131
"napari-matplotlib",

0 commit comments

Comments
 (0)