Skip to content

Commit c138f88

Browse files
only enable numpy>=2 for non-windows machines
1 parent e848cf1 commit c138f88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

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

2525
requires-python = ">=3.9"
2626
dependencies = [
27-
"numpy",
27+
"numpy"; sys_platform != 'win32'
28+
"numpy"<2; sys_platform == 'win32'
2829
"scipy",
2930
"bottleneck",
3031
"toolz",

0 commit comments

Comments
 (0)