Skip to content

Commit

Permalink
Merge pull request #1710 from girder/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo in the change to openslide dependencies
  • Loading branch information
manthey authored Oct 31, 2024
2 parents ed31d08 + 638a50e commit 06e467f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/openslide/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def prerelease_local_scheme(version):
install_requires=[
f'large-image{limit_version}',
'openslide-python>=1.4.1',
'openslide-bin; platform_system=="linux" and platform_machine=="x86_64"',
'openslide-bin; platform_system=="linux" and platform_machine=="aarch64"',
'openslide-bin; platform_system=="Linux" and platform_machine=="x86_64"',
'openslide-bin; platform_system=="Linux" and platform_machine=="aarch64"',
'openslide-bin; platform_system=="Windows" and platform_machine=="AMD64"',
'openslide-bin; platform_system=="Darwin" and platform_machine=="arm64"',
'openslide-bin; platform_system=="Darwin" and platform_machine=="x86_64"',
Expand Down

0 comments on commit 06e467f

Please sign in to comment.