Skip to content

Commit ed2cff2

Browse files
committed
Add blosc dep
1 parent e16ca16 commit ed2cff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ for use in data storage and communication applications."""
1616
readme = "README.rst"
1717
dependencies = [
1818
"numpy>=1.7",
19+
"blosc==1.11.2",
1920
]
2021
requires-python = ">=3.10"
2122
dynamic = [
@@ -65,7 +66,7 @@ msgpack = [
6566
]
6667
zfpy = [
6768
"zfpy>=1.0.0",
68-
"numpy<2.0.0",
69+
"numpy<2.0.0",
6970
]
7071
pcodec = [
7172
"pcodec>=0.2.0",

0 commit comments

Comments
 (0)