summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b74f4d4a4af..7055646d2485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,14 @@ depends=('beancount>=2.1.3'
'python>=3.5'
'python-setuptools'
'python-tornado'
+ 'python-numpy'
+ 'python-scipy'
'python-scikit-learn'
'python-nltk'
'python-dateutil'
- 'python-atomicwrites'
- 'python-jsonschema')
+ 'python-atomicwrites>=1.3.0'
+ 'python-jsonschema'
+ 'python-watchdog')
makedepends=('git')