Skip to content

Commit 04c975e

Browse files
adamjtaylorclaude
andcommitted
Pin numpy to <2.0 to fix zarr compatibility
The zarr library uses np.PINF which was removed in NumPy 2.0. This constraint prevents pip installs from upgrading numpy beyond 1.x. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 31f7b43 commit 04c975e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- fastai
66
- bioconda
77
dependencies:
8-
- numpy=1.23.0
8+
- numpy>=1.23.0,<2.0
99
- Pillow
1010
- flask
1111
- waitress

0 commit comments

Comments
 (0)