Skip to content

Commit 043810a

Browse files
committed
update numpy dependency to be compatible w/ 3.10
1 parent 7f2217e commit 043810a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/environments/all_cuda-118_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- libwebp-base
2222
- nbsphinx
2323
- ninja
24-
- numpy
24+
- numpy >=1.21.3
2525
- numpydoc
2626
- nvcc_linux-64=11.8
2727
- openslide-python>=1.1.2

conda/recipes/cucim/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ requirements:
4343
- cudatoolkit ={{ cuda_version }}
4444
- cupy >=10,<12.0.0a0
4545
- libcucim ={{ version }}
46-
- numpy 1.19
46+
- numpy >=1.21.3
4747
- python
4848
- scikit-image >=0.19.0,<0.20.0a0
4949
- scipy

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dependencies:
129129
- jbig
130130
- jpeg
131131
- libwebp-base
132-
- numpy
132+
- numpy >=1.21.3
133133
- scikit-image >=0.19.0,<0.20.0a0
134134
- scipy
135135
- xz

0 commit comments

Comments
 (0)