We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5027296 commit 6d88838Copy full SHA for 6d88838
1 file changed
pyproject.toml
@@ -20,7 +20,8 @@ classifiers = [
20
21
22
dependencies = [
23
- "numpy>=1.20",
+ "numpy>=1.20;python_version<'3.13'",
24
+ "numpy>=2.0.0;python_version>='3.13'",
25
"threadpoolctl>=3.0.0",
26
"tqdm",
27
"zarr>=2.18,<3",
0 commit comments