Skip to content

Commit 6ed592f

Browse files
benjefferymergify[bot]
authored andcommitted
Unpin zarr
1 parent ec8245e commit 6ed592f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/CI-tests-complete/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ seaborn==0.11.1
1717
sortedcontainers==2.3.0
1818
tqdm==4.60.0
1919
tskit==0.4.1
20-
zarr==2.10.3
20+
zarr==2.11.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
lmdb==0.9.24
22
msprime==1.0.2
33
python-lmdb==0.96
4-
zarr==2.10.3
4+
zarr==2.11.1
55
h5py<3.4

requirements/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ humanize
99
daiquiri
1010
msprime >= 1.0.0
1111
tskit >= 0.4.1
12-
zarr<2.11.0
12+
zarr!=2.11.0
1313
lmdb
1414
pytest
1515
pytest-xdist

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def finalize_options(self):
8484
"tskit>=0.3.7",
8585
"numcodecs>=0.6",
8686
# issues 965 and 967 at zarr-python prevent usage of 2.11.0
87-
"zarr>=2.2,<2.11.0",
87+
"zarr>=2.2,!=2.11.0",
8888
"lmdb",
8989
"sortedcontainers",
9090
"attrs>=19.2.0",

0 commit comments

Comments
 (0)