Skip to content

Commit 0c641d6

Browse files
committed
Pin max version of numpy
1 parent daa032a commit 0c641d6

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
@@ -11,7 +11,7 @@ maintainers = [{ name = "Alistair Miles", email = "[email protected]" }]
1111
requires-python = ">=3.11"
1212
dependencies = [
1313
'asciitree',
14-
'numpy>=1.24',
14+
'numpy>=1.24,<2.2',
1515
'fasteners; sys_platform != "emscripten"',
1616
'numcodecs>=0.10.0,!=0.14.0,!=0.14.1',
1717
]

0 commit comments

Comments
 (0)