Skip to content

Commit 834f510

Browse files
authored
Merge pull request #41 from Sage-Bionetworks-Workflows/fix/numpy-version-constraint
Pin numpy to <2.0 to fix zarr compatibility
2 parents 31f7b43 + 04c975e commit 834f510

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)