We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45bd299 + 34f3fc6 commit 4015d49Copy full SHA for 4015d49
CHANGES.rst
@@ -2,3 +2,4 @@
2
------------------
3
4
- added changelog [#36]
5
+- pin zarr to < 3 until the 3.x API is stable [#43]
pyproject.toml
@@ -20,7 +20,7 @@ dynamic = [
20
]
21
dependencies = [
22
"asdf >= 3.0.0",
23
- "zarr >= 2.14",
+ "zarr >= 2.14, < 3.0.0",
24
"fsspec",
25
26
requirements-dev.txt
@@ -1,5 +1,5 @@
1
git+https://github.com/asdf-format/asdf
-git+https://github.com/zarr-developers/zarr-python/
+#git+https://github.com/zarr-developers/zarr-python/
git+https://github.com/fsspec/filesystem_spec/
# Use Bi-weekly numpy/scipy dev builds
0 commit comments