Skip to content

Commit d66eef9

Browse files
committed
Fix dep specification
1 parent a260c61 commit d66eef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install_requires =
5555
tskit>=0.5.3
5656
numcodecs>=0.6
5757
# issues 965 and 967 at zarr-python prevent usage of 2.11.0 and 2.11.1
58-
zarr>=2.2!=2.11.0!=2.11.1!=2.11.2
58+
zarr>=2.2,!=2.11.0,!=2.11.1,!=2.11.2
5959
lmdb
6060
sortedcontainers
6161
attrs>=19.2.0

0 commit comments

Comments
 (0)