Skip to content

Commit fe2c692

Browse files
committed
(Again) Pin numcodecs <0.16.0 for zarr 3 compatibility. See zarr-developers/numcodecs#721
1 parent 3f4d46b commit fe2c692

5 files changed

+4
-2
lines changed

.github/workflows/run-notebook-tests-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Free Disk Space (Ubuntu)
2727
uses: jlumbroso/free-disk-space@main
2828
with:
29-
large-packages: false
29+
large-packages: true
3030
docker-images: false
3131
- uses: actions/checkout@v4
3232
with:

requirements-constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
numpy<2
2+
numcodecs<0.16.0

requirements-extras.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ ray>=0.8
44
torch>=2.0.0
55
zarr>=2.16.1,<3
66
pymemcache>=3
7-
numcodecs<0.16.0

requirements-notebooks.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ torch==2.2.0
77
torchvision==0.17.0
88
transformers==4.44.2
99
zarr==2.16.1
10+
-c requirements-constraints.txt

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ psutil
1111
tqdm
1212
matplotlib
1313
typing_extensions
14+
-c requirements-constraints.txt

0 commit comments

Comments
 (0)