Skip to content

Commit de73009

Browse files
authored
fix for blosc interface change (#419)
* fix for blosc interface change * pin numcodecs version to 0.15.1 * require numcodes <= 0.15.1
1 parent d6224e7 commit de73009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"cryptography",
4444
"h5py >= 3.6.0",
4545
"importlib_resources",
46-
"numcodecs",
46+
"numcodecs <= 0.15.1",
4747
"numpy >=2.0.0rc1; python_version>='3.9'",
4848
"psutil",
4949
"pyjwt",

0 commit comments

Comments
 (0)