Skip to content

Commit 6d88838

Browse files
committed
Force numpy 2.0 for 3.13
1 parent 5027296 commit 6d88838

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ classifiers = [
2020

2121

2222
dependencies = [
23-
"numpy>=1.20",
23+
"numpy>=1.20;python_version<'3.13'",
24+
"numpy>=2.0.0;python_version>='3.13'",
2425
"threadpoolctl>=3.0.0",
2526
"tqdm",
2627
"zarr>=2.18,<3",

0 commit comments

Comments
 (0)