Skip to content

Commit 1616b3b

Browse files
committed
Fix minimum numpy pin
1 parent 44130cd commit 1616b3b

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
@@ -15,7 +15,7 @@ A Python package providing buffer compression and transformation codecs \
1515
for use in data storage and communication applications."""
1616
readme = "README.rst"
1717
dependencies = [
18-
"numpy>=1.23",
18+
"numpy>=1.24",
1919
]
2020
requires-python = ">=3.11"
2121
dynamic = [

0 commit comments

Comments
 (0)