Skip to content

Commit c7170da

Browse files
committed
fix dependencies
1 parent a6ab8ad commit c7170da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

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

0 commit comments

Comments
 (0)