summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Langlois2020-10-01 02:44:04 -0400
committerEric Langlois2020-10-01 02:44:04 -0400
commit24ebbe3603df9e6bcc4b83db68aa01964a235691 (patch)
tree5213220c7dc5b354ceba30c093d141947007eb8d
parent8d53712a535fb8a952ea0ff465fe0d55af219c56 (diff)
downloadaur-24ebbe3603df9e6bcc4b83db68aa01964a235691.tar.gz
upgpkg: python-dowel 0.0.3-2
Remove unnecessary dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0549c52023af..928a52a6571a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-dowel
pkgdesc = A logger for machine learning research
pkgver = 0.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rlworkgroup/dowel
arch = any
license = MIT
@@ -9,9 +9,7 @@ pkgbase = python-dowel
checkdepends = python-pytest-cov
checkdepends = python-pytest-xdist
makedepends = python-setuptools
- depends = python
depends = python-dateutil
- depends = python-gym
depends = python-matplotlib
depends = python-numpy
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index ed17354f3e79..59024b7467a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=python-dowel
_name=${pkgname#python-}
pkgver=0.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A logger for machine learning research"
arch=('any')
url="https://github.com/rlworkgroup/dowel"
license=('MIT')
depends=(
- 'python'
'python-dateutil'
- 'python-gym'
'python-matplotlib'
'python-numpy'
'python-scipy'