Skip to content

Commit bd3a7a7

Browse files
committed
Pin max numpy version
1 parent f867d36 commit bd3a7a7

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",
17+
"numpy>=1.7,<2",
1818
]
1919
requires-python = ">=3.8"
2020
dynamic = [

0 commit comments

Comments
 (0)