Skip to content

Commit

Permalink
Require openslide-python version 1.3.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Dec 9, 2023
1 parent 3170cc4 commit 6f4aea7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- numpy>=1.21.3
- numpydoc
- nvcc_linux-64=11.8
- openslide-python>=1.1.2
- openslide-python>=1.3.0
- pip
- pooch>=1.6.0
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- ninja
- numpy>=1.21.3
- numpydoc
- openslide-python>=1.1.2
- openslide-python>=1.3.0
- pip
- pooch>=1.6.0
- pre-commit
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,15 @@ dependencies:
packages:
- imagecodecs>=2021.6.8
- matplotlib-base
- openslide-python>=1.1.2
- openslide-python>=1.3.0
- pip
- pip:
- opencv-python-headless>=4.6
- output_types: [requirements, 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'
- openslide-python>=1.3.0; platform_machine=='x86_64'
- matplotlib
- opencv-python-headless>=4.6
- click
2 changes: 1 addition & 1 deletion python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test = [
"imagecodecs>=2021.6.8; platform_machine=='x86_64'",
"matplotlib",
"opencv-python-headless>=4.6",
"openslide-python>=1.1.2; platform_machine=='x86_64'",
"openslide-python>=1.3.0; platform_machine=='x86_64'",
"pooch>=1.6.0",
"psutil>=5.8.0",
"pytest-cov>=2.12.1",
Expand Down
2 changes: 1 addition & 1 deletion python/cucim/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GPUtil>=1.4.0
imagecodecs>=2021.6.8
openslide-python>=1.1.2
openslide-python>=1.3.0
opencv-python-headless>=4.6
psutil>=5.8.0
pytest>=6.2.4
Expand Down

0 comments on commit 6f4aea7

Please sign in to comment.