Skip to content

Commit

Permalink
Require numpy 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Feb 27, 2024
1 parent 5f87ea4 commit 5d2a6c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- matplotlib-base
- nbsphinx
- ninja
- numpy>=1.21.3
- numpy>=1.23.4
- numpydoc>=1.5
- nvcc_linux-64=11.8
- openslide-python>=1.3.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- matplotlib-base
- nbsphinx
- ninja
- numpy>=1.21.3
- numpy>=1.23.4
- numpydoc>=1.5
- openslide-python>=1.3.0
- pip
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ dependencies:
- output_types: conda
packages:
- cupy>=12.0.0
- numpy>=1.21.3
- numpy>=1.23.4
# All dependencies below this point are specific to `cucim.clara` and
# are not needed for either `cucim.core` or `cucim.skimage`. I did
# not include these under a "pyproject" output so that it is still
Expand Down

0 comments on commit 5d2a6c1

Please sign in to comment.