Skip to content

Commit 50be363

Browse files
committed
Add blosc dep
1 parent 077dfee commit 50be363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ for use in data storage and communication applications."""
1616
readme = "README.rst"
1717
dependencies = [
1818
"numpy>=1.24",
19-
"deprecated"
19+
"deprecated",
20+
"blosc==1.11.2",
2021
]
2122
requires-python = ">=3.11"
2223
dynamic = [

0 commit comments

Comments
 (0)