Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco authored Feb 17, 2025
1 parent 0fde30e commit 4bf0300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sling/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
install_requires = [
f'sling-linux-arm64=={SLING_VERSION} ; sys_platform=="linux" and platform_machine=="aarch64"',
f'sling-linux-amd64=={SLING_VERSION} ; sys_platform=="linux" and platform_machine!="aarch64"',
f'sling-windows-arm64=={SLING_VERSION} ; sys_platform=="win32" and platform_machine=="ARM64"',
f'sling-windows-amd64=={SLING_VERSION} ; sys_platform=="win32" and platform_machine=="ARM64"',
f'sling-windows-amd64=={SLING_VERSION} ; sys_platform=="win32" and platform_machine!="ARM64"',
f'sling-mac-arm64=={SLING_VERSION} ; sys_platform=="darwin" and platform_machine=="arm64"',
f'sling-mac-amd64=={SLING_VERSION} ; sys_platform=="darwin" and platform_machine!="arm64"',
Expand Down

0 comments on commit 4bf0300

Please sign in to comment.