Skip to content

Commit

Permalink
remove imagecodecs and openslide-python test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 27, 2023
1 parent cdb5b32 commit ed4ec95
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 4 additions & 2 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ python -m pip install $(echo ./dist/cucim*.whl)[test]
if [ "$(arch)" == "aarch64" && ${RAPIDS_BUILD_TYPE} == "pull-request" ]; then
python ./ci/wheel_smoke_test.py
else
python -m pytest ./python/cucim
fi
# python -m pytest ./python/cucim
# omit clara subset until dependency installs are fixed
python -m pytest ./python/cucim/src/cucim/core/
python -m pytest ./python/cucim/src/cucim/skimage/
11 changes: 9 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- GPUtil>=1.4.0
- imagecodecs>=2021.6.8
- openslide-python>=1.1.2
- psutil>=5.8.0
- pytest-cov>=2.12.1
- pytest-lazy-fixture>=0.6.3
Expand All @@ -255,9 +253,18 @@ dependencies:
- tifffile>=2022.7.28
- output_types: [conda]
packages:
# TODO: fix dependencies and move imagecodecs & openslide-python back up to the common
# section above. (doesn't seem that imagecodecs has an arm64 wheel)
- imagecodecs>=2021.6.8
- openslide-python>=1.1.2
- pip
- pip:
- opencv-python-headless>=4.6
- output_types: [requirements]
packages:
# TODO: fix dependencies and move this back up to the common section above
- imagecodecs>=2021.6.8
- openslide-python>=1.1.2
- output_types: [requirements, pyproject]
packages:
- opencv-python-headless>=4.6
Expand Down
2 changes: 0 additions & 2 deletions python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ Tracker = "https://github.com/rapidsai/cucim/issues"
test = [
"GPUtil>=1.4.0",
"click",
"imagecodecs>=2021.6.8",
"opencv-python-headless>=4.6",
"openslide-python>=1.1.2",
"psutil>=5.8.0",
"pytest-cov>=2.12.1",
"pytest-lazy-fixture>=0.6.3",
Expand Down

0 comments on commit ed4ec95

Please sign in to comment.