From 44ea0f4dfe92c21ee87d23484da369619c9a4e0c Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 11 Jan 2024 13:44:33 -0600 Subject: [PATCH] remove 1.20 env file --- .../all_cuda-120_arch-x86_64.yaml | 55 ------------------- dependencies.yaml | 2 +- 2 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 conda/environments/all_cuda-120_arch-x86_64.yaml diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml deleted file mode 100644 index 1084ea629..000000000 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ /dev/null @@ -1,55 +0,0 @@ -# This file is generated by `rapids-dependency-file-generator`. -# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. -channels: -- rapidsai -- rapidsai-nightly -- conda-forge -- nvidia -dependencies: -- GPUtil>=1.4.0 -- c-compiler -- click -- cmake>=3.23.1,!=3.25.0 -- cuda-cudart-dev -- cuda-nvcc -- cuda-version=12.0 -- 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-base -- nbsphinx -- ninja -- numpy>=1.21.3 -- numpydoc -- openslide-python>=1.3.0 -- pip -- pooch>=1.6.0 -- pre-commit -- psutil>=5.8.0 -- pydata-sphinx-theme -- pytest-cov>=2.12.1 -- pytest-lazy-fixture>=0.6.3 -- pytest-xdist -- pytest>=6.2.4 -- python>=3.8,<3.11 -- recommonmark -- scikit-image>=0.19.0,<0.22.0a0 -- scipy -- sphinx<6 -- sysroot_linux-64==2.17 -- tifffile>=2022.7.28 -- xz -- yasm -- zlib -- zstd -- pip: - - opencv-python-headless>=4.6 -name: all_cuda-120_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index 658971ae8..0acc704bf 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -3,7 +3,7 @@ files: all: output: conda matrix: - cuda: ["11.8", "12.0", "12.2"] + cuda: ["11.8", "12.2"] arch: [x86_64] includes: - build