From ca5059d330ea5d7e32a6c17961677b361fa8de1f Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Tue, 31 Oct 2023 18:38:33 -0400 Subject: [PATCH] run rapids-dependency-file-generator --- conda/environments/all_cuda-118_arch-x86_64.yaml | 3 +-- conda/environments/all_cuda-120_arch-x86_64.yaml | 3 +-- python/cucim/pyproject.toml | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 7c5083410..3099090b1 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -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 @@ -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 diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index 13f0e01a1..8b269e764 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -16,7 +16,6 @@ dependencies: - cupy>=12.0.0 - cxx-compiler - gcc_linux-64=11.* -- imagecodecs>=2021.6.8 - ipython - jbig - lazy_loader>=0.1 @@ -24,7 +23,7 @@ dependencies: - libnvjpeg-dev - libnvjpeg-static - libwebp-base -- matplotlib +- matplotlib-base - nbsphinx - ninja - numpy>=1.21.3 diff --git a/python/cucim/pyproject.toml b/python/cucim/pyproject.toml index 92a9f6f54..af5a81890 100644 --- a/python/cucim/pyproject.toml +++ b/python/cucim/pyproject.toml @@ -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",