Skip to content

Commit

Permalink
Merge pull request #122 from pycompression/isaldep
Browse files Browse the repository at this point in the history
Recommend isal on PyPy and aarch64 platforms
  • Loading branch information
marcelm authored Feb 1, 2023
2 parents 79bbf9a + 3c592c6 commit cc75cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package_dir =
=src
packages = find:
install_requires =
isal>=1.0.0; platform.python_implementation == 'CPython' and (platform.machine == "x86_64" or platform.machine == "AMD64")
isal>=1.0.0; platform.machine == "x86_64" or platform.machine == "AMD64" or platform.machine == "aarch64"
typing_extensions; python_version<'3.8'

[options.packages.find]
Expand Down

0 comments on commit cc75cbc

Please sign in to comment.