We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6435846 commit 1705c6dCopy full SHA for 1705c6d
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "numcodecs-combinators"
7
-version = "0.2.11"
+version = "0.2.12"
8
description = "Combinator codecs for the `numcodecs` buffer compression API"
9
readme = "README.md"
10
license = "MPL-2.0"
@@ -13,7 +13,7 @@ dependencies = [
13
"numcodecs>=0.13.0,<0.17",
14
"numpy~=2.0",
15
"typing-extensions~=4.6",
16
- "varint~=1.0",
+ "varint~=1.0.2",
17
]
18
optional-dependencies.xarray = [ "xarray>=2024.06", "dask>=2024.6" ]
19
0 commit comments