blumenstiel commited on
Commit
fe06dd5
·
verified ·
1 Parent(s): eb91fea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -95,14 +95,16 @@ More details in our [paper](https://arxiv.org/abs/2504.11172).
95
 
96
  ## Usage
97
 
98
- Important! The dataset was created using `zarr==2.18.0` and `numcodecs==0.15.1`. Unfortunately, Zarr 3.0 has backwards compatibility issues, and Zarr 2.18 is incompatible with NumCodecs 0.16. Therefore, we recommend installing:
99
 
100
  ### Setup
101
 
 
 
102
  ```
103
- pip install huggingface_hub webdataset torch numpy albumentations braceexpand zarr==2.18.0 numcodecs==0.15.1
104
  ```
105
 
 
106
 
107
  ### Download
108
 
 
95
 
96
  ## Usage
97
 
 
98
 
99
  ### Setup
100
 
101
+ Install the required packages with:
102
+
103
  ```
104
+ pip install huggingface_hub webdataset torch numpy albumentations fsspec braceexpand zarr==2.18.0 numcodecs==0.15.1
105
  ```
106
 
107
+ Important! The dataset was created using `zarr==2.18.0` and `numcodecs==0.15.1`. Unfortunately, Zarr 3.0 has backwards compatibility issues, and Zarr 2.18 is incompatible with NumCodecs >= 0.16.
108
 
109
  ### Download
110