Skip to content

Commit

Permalink
do not install genomicsqlite if arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Jul 25, 2022
1 parent 46afe8a commit 9be8e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_version():
"clinker>=0.0.15",
"gffutils",
"appdirs",
"genomicsqlite"
"genomicsqlite;platform_machine != 'arm64'"
],
tests_require=["pytest", "pytest-cov", "pytest-mock", "requests-mock"],
python_requires=">=3.6",
Expand Down

0 comments on commit 9be8e5d

Please sign in to comment.