Skip to content

Commit 3454747

Browse files
authored
Exclude Zarr 3.1.2 due to zarr-developers/zarr-python#3406 (#787)
1 parent 38a2f0e commit 3454747

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/jax-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip
4141
python -m pip install -e '.[test]' 'jax[cpu]'
42-
python -m pip uninstall -y lithops # tests don't run on Lithops
4342
4443
- name: Run tests
4544
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"psutil",
3535
"tenacity",
3636
"toolz",
37-
"zarr",
37+
"zarr != 3.1.2",
3838
]
3939

4040
[project.optional-dependencies]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ numpy >= 1.22
1111
psutil
1212
tenacity
1313
toolz
14-
zarr
14+
zarr != 3.1.2
1515
pyspark

0 commit comments

Comments
 (0)