Skip to content

Commit

Permalink
run rapids-dependency-file-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 31, 2023
1 parent 76d858b commit ca5059d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- cupy>=12.0.0
- cxx-compiler
- gcc_linux-64=11.*
- imagecodecs>=2021.6.8
- ipython
- jbig
- lazy_loader>=0.1
Expand All @@ -24,7 +23,7 @@ dependencies:
- libnvjpeg-dev=11.6.0.55
- libnvjpeg=11.6.0.55
- libwebp-base
- matplotlib
- matplotlib-base
- nbsphinx
- ninja
- numpy>=1.21.3
Expand Down
3 changes: 1 addition & 2 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ dependencies:
- cupy>=12.0.0
- cxx-compiler
- gcc_linux-64=11.*
- imagecodecs>=2021.6.8
- ipython
- jbig
- lazy_loader>=0.1
- libcufile-dev
- libnvjpeg-dev
- libnvjpeg-static
- libwebp-base
- matplotlib
- matplotlib-base
- nbsphinx
- ninja
- numpy>=1.21.3
Expand Down
4 changes: 1 addition & 3 deletions python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ Tracker = "https://github.com/rapidsai/cucim/issues"
test = [
"GPUtil>=1.4.0",
"click",
"imagecodecs>=2021.6.8; platform_machine=='x86_64'",
"matplotlib",
"matplotlib-base",
"opencv-python-headless>=4.6",
"openslide-python>=1.1.2; platform_machine=='x86_64'",
"pooch>=1.6.0",
"psutil>=5.8.0",
"pytest-cov>=2.12.1",
Expand Down

0 comments on commit ca5059d

Please sign in to comment.