Skip to content

Commit

Permalink
Use binary versions of vips and openslide
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Jan 23, 2025
1 parent a4c14a8 commit aa280d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install vips and openslide
run: sudo apt-get update && sudo apt-get install -yq libvips-dev libopenslide-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ SimpleITK = ">=2.0,!=2.1.1.1"
pydicom = ">=2.2"
Pillow = "*"
openslide-python = "*"
openslide-bin = "*"
pyvips = "*"
pyvips-binary = ">8.10"
tifffile = "*"
construct = "*"
click = "*"
Expand Down

0 comments on commit aa280d3

Please sign in to comment.