We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c37951 commit a15b3eaCopy full SHA for a15b3ea
pyproject.toml
@@ -13,12 +13,8 @@ name = "numcodecs"
13
description = """
14
A Python package providing buffer compression and transformation codecs \
15
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
-]
+readme = "README.rst"
+dependencies = ["numpy>=1.24", "typing_extensions", "blosc==1.11.3"]
22
requires-python = ">=3.11"
23
dynamic = [
24
"version",
0 commit comments