Spaces:
Sleeping
Sleeping
gary-boon
Claude
commited on
Commit
·
9e9dc34
1
Parent(s):
f54e3f9
Fix zarr/numcodecs version compatibility
Browse filesPin zarr to 2.14.2 and numcodecs to 0.11.0 to resolve import error
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -14,7 +14,8 @@ accelerate==0.24.1
|
|
| 14 |
numpy==1.24.3
|
| 15 |
aiofiles==23.2.1
|
| 16 |
python-dotenv==1.0.0
|
| 17 |
-
zarr==2.
|
|
|
|
| 18 |
|
| 19 |
# SWE-bench support
|
| 20 |
datasets==2.16.1
|
|
|
|
| 14 |
numpy==1.24.3
|
| 15 |
aiofiles==23.2.1
|
| 16 |
python-dotenv==1.0.0
|
| 17 |
+
zarr==2.14.2
|
| 18 |
+
numcodecs==0.11.0
|
| 19 |
|
| 20 |
# SWE-bench support
|
| 21 |
datasets==2.16.1
|