summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Taillon2020-11-13 11:05:23 -0700
committerJoshua Taillon2020-11-13 11:05:23 -0700
commitc8ed5eab105d196da0d69f7d98eb600a9c3ab57d (patch)
tree71a093113a49a6a74d03dc42b52670b1ede92750 /PKGBUILD
parent67b2ba679642887b7a6e2cf68c6ceb6992b1b534 (diff)
downloadaur-python-hyperspy-git.tar.gz
change dependency to bin version of python-llvmlite
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f219d00e302c..1a61e361d5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,7 @@ depends=('python'
'python-sparse' # AUR
# 'python-numba' # AUR (from python-sparse)
# 'python-llvmlite' # AUR (from python-numba)
+ 'python-llvmlite-bin' # AUR (from python-numba, but require bin package to avoid version mismatches)
)
optdepends=('python-scikit-learn: machine learning features'