Skip to content

Commit 2165e13

Browse files
committed
Add blosc dep
1 parent 2731de2 commit 2165e13

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ name = "numcodecs"
1313
description = """
1414
A Python package providing buffer compression and transformation codecs \
1515
for use in data storage and communication applications."""
16-
readme = "README.rst"
17-
dependencies = ["numpy>=1.24", "typing_extensions"]
16+
readme = "README.rst"
17+
dependencies = [
18+
"numpy>=1.24",
19+
"typing_extensions",
20+
"blosc==1.11.2",
21+
]
1822
requires-python = ">=3.11"
1923
dynamic = [
2024
"version",

0 commit comments

Comments
 (0)