summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlaehne2023-03-29 10:10:17 +0200
committerjlaehne2023-03-29 10:10:17 +0200
commit55acfc5643ce0ca6bf89e99e106d940c52725343 (patch)
treecbf726e9ff95b82e61a80931661e98789dab7b25
parente89f2f398c5e47db66b323e499a651fc58547940 (diff)
downloadaur-55acfc5643ce0ca6bf89e99e106d940c52725343.tar.gz
Provides hyperspy 1.7.4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0739116c3a19..858894e011e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -41,7 +41,7 @@ pkgbase = python-hyperspy
depends = python-zarr
depends = python-tifffile>=2020.2.16
depends = python-numba>=0.52
- depends = python-llvmlite-git
+ depends = python-llvmlite
optdepends = python-scikit-learn>=1.0.1: machine learning features
optdepends = python-hyperspy-gui-ipywidgets: GUI components for Jupyter
optdepends = python-hyperspy-gui-traitsui: GUI components for desktop
diff --git a/PKGBUILD b/PKGBUILD
index fd4dc1d81d71..8122ed3e175e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,7 +40,7 @@ depends=('python'
# 'python-pywavelets' # AUR (from scikit-image)
'python-tifffile>=2020.2.16' # AUR (from scikit-image)
'python-numba>=0.52' # AUR (from python-sparse, but currently requires git version)
- 'python-llvmlite-git' # AUR (from python-numba, but currently requires git version)
+ 'python-llvmlite' # AUR (from python-numba, but currently requires git version)
)
optdepends=('python-scikit-learn>=1.0.1: machine learning features'