Skip to content

Commit 4015d49

Browse files
authored
Merge pull request #43 from braingram/pin_zarr
pin zarr
2 parents 45bd299 + 34f3fc6 commit 4015d49

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
------------------
33

44
- added changelog [#36]
5+
- pin zarr to < 3 until the 3.x API is stable [#43]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dynamic = [
2020
]
2121
dependencies = [
2222
"asdf >= 3.0.0",
23-
"zarr >= 2.14",
23+
"zarr >= 2.14, < 3.0.0",
2424
"fsspec",
2525
]
2626

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git+https://github.com/asdf-format/asdf
2-
git+https://github.com/zarr-developers/zarr-python/
2+
#git+https://github.com/zarr-developers/zarr-python/
33
git+https://github.com/fsspec/filesystem_spec/
44

55
# Use Bi-weekly numpy/scipy dev builds

0 commit comments

Comments
 (0)