summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authora8212023-05-15 21:45:16 +0200
committera8212023-05-15 21:48:50 +0200
commit977540c2d24c7c518f3c114bcef73a23634221a0 (patch)
tree1972b5abdff12b0db13349f101c5afe89d6e20f3 /.SRCINFO
parent0a23fe922d9e29a457ccc56e9a82f72562583660 (diff)
downloadaur-977540c2d24c7c518f3c114bcef73a23634221a0.tar.gz
Fix PKGBUILD
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO13
1 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0225a04d39d..d33140856a3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,21 @@
pkgbase = python-opentsne-git
pkgdesc = Extensible, parallel implementations of t-SNE
- pkgver = 0.5.1
+ pkgver = 0.7.1.r0.ga46fae0
pkgrel = 1
url = https://opentsne.readthedocs.io/en/latest/
arch = x86_64
license = BSD
+ makedepends = cython
+ makedepends = git
makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
depends = fftw
depends = python-scikit-learn
- depends = python-numba
- source = git://github.com/pavlin-policar/opentsne
+ optdepends = python-pynndescent: for nearest neighbor descent search
+ optdepends = python-hnswlib: for fast approximate nearest neightbors
+ source = git+https://github.com/pavlin-policar/openTSNE.git
sha256sums = SKIP
pkgname = python-opentsne-git
-