From cdb5b3280a1678ebb4464aff1788854101e7a5ba Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Fri, 27 Oct 2023 00:43:14 -0400 Subject: [PATCH] update dependencies.yaml to remove non-pypi files from pyproject tests requirements --- dependencies.yaml | 10 +++++----- python/cucim/pyproject.toml | 5 ----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index fddf3add9..9d9f00ace 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -266,11 +266,11 @@ dependencies: # listed as optional. They are needed in order to run the full test # suite, including the `cucim.clara` package. - click - - jbig - - libwebp-base - - xz - - zlib - - zstd + # - jbig + # - libwebp-base + # - xz + # - zlib + # - zstd # Not sure where these go, if anywhere: # - openslide # - xorg-libxcb diff --git a/python/cucim/pyproject.toml b/python/cucim/pyproject.toml index 2b3143ff7..652ff38ed 100644 --- a/python/cucim/pyproject.toml +++ b/python/cucim/pyproject.toml @@ -63,8 +63,6 @@ test = [ "GPUtil>=1.4.0", "click", "imagecodecs>=2021.6.8", - "jbig", - "libwebp-base", "opencv-python-headless>=4.6", "openslide-python>=1.1.2", "psutil>=5.8.0", @@ -73,9 +71,6 @@ test = [ "pytest-xdist", "pytest>=6.2.4", "tifffile>=2022.7.28", - "xz", - "zlib", - "zstd", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. developer = [ "black",