summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-01-25 18:20:14 +0100
committerMichel Zou2022-01-25 18:20:14 +0100
commit6846eaf2919e735235f1d19793df5d357613db57 (patch)
treeebacbc2af360b16024aefc152c320ab0d9110b19
parent1e6434724673d256912e4e069b9702f152e93ef8 (diff)
downloadaur-6846eaf2919e735235f1d19793df5d357613db57.tar.gz
pandas
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5b30be75152..2232dbf82310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = agrum
depends = python-six
depends = ipython
depends = python-ipykernel
+ depends = python-pandas
depends = unixodbc
source = https://gitlab.com/agrumery/aGrUM/-/archive/0.22.5/aGrUM-0.22.5.tar.bz2
sha256sums = 86773870de4183c9dd9be96933398f24e995cc68feefa47476e65269e4c3fb05
diff --git a/PKGBUILD b/PKGBUILD
index 1777dd1de06f..10134cb491ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="C++ Bayesian networks library"
license=('LGPL')
arch=('x86_64')
url="http://agrum.gitlab.io/"
-depends=('python-pydotplus' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'unixodbc')
+depends=('python-pydotplus' 'python-matplotlib' 'python-six' 'ipython' 'python-ipykernel' 'python-pandas' 'unixodbc')
makedepends=('cmake')
source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2")
sha256sums=('86773870de4183c9dd9be96933398f24e995cc68feefa47476e65269e4c3fb05')