Skip to content

Commit

Permalink
Un-pin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Dec 11, 2024
1 parent 8cb3837 commit 29f2335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers = [{ name = "Alistair Miles", email = "[email protected]" }]
requires-python = ">=3.11"
dependencies = [
'asciitree',
'numpy>=1.24,<2.2',
'numpy>=1.24',
'fasteners; sys_platform != "emscripten"',
'numcodecs>=0.10.0,!=0.14.0,!=0.14.1',
]
Expand Down

0 comments on commit 29f2335

Please sign in to comment.