summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFederico Cassani2019-06-06 14:31:03 +0200
committerFederico Cassani2019-06-06 14:31:03 +0200
commitdfd030762992bdf08d2060ff2d029f7e6b661870 (patch)
tree1ef87fee4687b396b37beb6a68b34a83efb2dfc0 /PKGBUILD
parent39528650976921a38313a271b4bf900c04795129 (diff)
downloadaur-dfd030762992bdf08d2060ff2d029f7e6b661870.tar.gz
FIX scipy version in depends to 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d7cc0af1d3c..aedab4455583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Wrangle takes the headache away from most common data preparation and w
arch=('any')
url="https://github.com/autonomio/wrangle/"
license=('MIT')
-depends=('python' 'python-keras' 'python-statsmodels' 'python-scikit-learn' 'python-numpy' 'python-pandas' 'python-scipy')
+depends=('python' 'python-keras' 'python-statsmodels' 'python-scikit-learn' 'python-numpy' 'python-pandas' 'python-scipy=1.2.1')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/17/9d/43d42e8bb95ef067635494fa8a0219a97d100c7ff96fb825ac01b72670b9/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('7dd1e71a3e8ed4285385c82863dcbb5f47da134500ddbd3b32cc8cb8a4e53033')