Skip to content

Commit 1654378

Browse files
committed
Un-pin max version of numpy
1 parent aeaf228 commit 1654378

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
@@ -14,7 +14,7 @@ A Python package providing buffer compression and transformation codecs \
1414
for use in data storage and communication applications."""
1515
readme = "README.rst"
1616
dependencies = [
17-
"numpy>=1.7,<2",
17+
"numpy>=1.7",
1818
]
1919
requires-python = ">=3.10"
2020
dynamic = [

0 commit comments

Comments
 (0)