Skip to content

Commit

Permalink
cleanup test_python section of dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Nov 1, 2023
1 parent fe2ebd9 commit 6ebfccf
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,18 +260,12 @@ dependencies:
- pip
- pip:
- opencv-python-headless>=4.6
- output_types: [requirements]
packages:
- imagecodecs>=2021.6.8
- openslide-python>=1.1.2
# temporarily remove imagecodecs / openslide-python from wheel tests
# - output_types: [pyproject]
# packages:
# # skip packages on arm64 that don't provide a wheel
# - imagecodecs>=2021.6.8; platform_machine=='x86_64'
# - openslide-python>=1.1.2; platform_machine=='x86_64'
- output_types: [requirements, pyproject]
packages:
# temporarily remove imagecodecs / openslide-python from wheel tests
# # skip packages on arm64 that don't provide a wheel
# - imagecodecs>=2021.6.8; platform_machine=='x86_64'
# - openslide-python>=1.1.2; platform_machine=='x86_64'
- matplotlib
- opencv-python-headless>=4.6
- click

0 comments on commit 6ebfccf

Please sign in to comment.