Skip to content

Commit 81ce900

Browse files
committed
Relax numpy upper version constraint in dependencies
Removed the upper version limit for numpy in the dependencies list in pyproject.toml to allow compatibility with future numpy releases.
1 parent 45cb174 commit 81ce900

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)