We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a2f0e commit 3454747Copy full SHA for 3454747
.github/workflows/jax-tests.yml
@@ -39,7 +39,6 @@ jobs:
39
run: |
40
python -m pip install --upgrade pip
41
python -m pip install -e '.[test]' 'jax[cpu]'
42
- python -m pip uninstall -y lithops # tests don't run on Lithops
43
44
- name: Run tests
45
pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
34
"psutil",
35
"tenacity",
36
"toolz",
37
- "zarr",
+ "zarr != 3.1.2",
38
]
[project.optional-dependencies]
requirements.txt
@@ -11,5 +11,5 @@ numpy >= 1.22
11
psutil
12
tenacity
13
toolz
14
-zarr
+zarr != 3.1.2
15
pyspark
0 commit comments