Skip to content

Commit a15b3ea

Browse files
committed
Bump blosc version
1 parent 5c37951 commit a15b3ea

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ 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 = [
18-
"numpy>=1.24",
19-
"typing_extensions",
20-
"blosc==1.11.2",
21-
]
16+
readme = "README.rst"
17+
dependencies = ["numpy>=1.24", "typing_extensions", "blosc==1.11.3"]
2218
requires-python = ">=3.11"
2319
dynamic = [
2420
"version",

0 commit comments

Comments
 (0)