summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlaehne2023-03-29 10:07:39 +0200
committerjlaehne2023-03-29 10:07:39 +0200
commite89f2f398c5e47db66b323e499a651fc58547940 (patch)
tree9c588e66e27c871af5b901b7fbfdf51498f682f0
parent3aa840aa590e1f27820bb4316c05a0127405cd65 (diff)
downloadaur-e89f2f398c5e47db66b323e499a651fc58547940.tar.gz
Provides hyperspy 1.7.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2c123a8b536..0739116c3a19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-hyperspy
pkgdesc = Hyperspectral data analysis
pkgver = 1.7.4
- pkgrel = 1
+ pkgrel = 2
url = http://hyperspy.org
arch = any
license = GPL3
@@ -40,7 +40,7 @@ pkgbase = python-hyperspy
depends = python-sparse
depends = python-zarr
depends = python-tifffile>=2020.2.16
- depends = python-numba-git>=0.52
+ depends = python-numba>=0.52
depends = python-llvmlite-git
optdepends = python-scikit-learn>=1.0.1: machine learning features
optdepends = python-hyperspy-gui-ipywidgets: GUI components for Jupyter
diff --git a/PKGBUILD b/PKGBUILD
index 472a15a5ff01..fd4dc1d81d71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-hyperspy
pkgshort=hyperspy
pkgver=1.7.4
-pkgrel=1
+pkgrel=2
pkgdesc="Hyperspectral data analysis"
arch=('any')
url="http://hyperspy.org"
@@ -39,7 +39,7 @@ depends=('python'
# 'python-imageio' # AUR (from scikit-image)
# 'python-pywavelets' # AUR (from scikit-image)
'python-tifffile>=2020.2.16' # AUR (from scikit-image)
- 'python-numba-git>=0.52' # AUR (from python-sparse, but currently requires git version)
+ '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)
)