Add missing dependency

This commit is contained in:
Carlos Aznarán 2023-11-15 10:52:09 -05:00
parent f224f9df0e
commit fce21ffee5
No known key found for this signature in database
GPG key ID: 2403871B121BD8BB
2 changed files with 2 additions and 2 deletions

View file

@ -10,8 +10,8 @@ pkgbase = python-copulas
makedepends = python-installer
makedepends = python-pytest-runner
makedepends = python-wheel
depends = python-matplotlib
depends = python-pandas
depends = python-plotly
depends = python-scipy
source = Copulas-0.10.0.tar.gz::https://github.com/sdv-dev/Copulas/archive/v0.10.0.tar.gz
sha512sums = df32447ffa82e893ee9406a73a5a2daba9c90927483dd4553258e2233263dd840e7fc430c6fd68d85f73da36e38bfb8f3a3fabd2e67028125f076afcd98eddff

View file

@ -7,7 +7,7 @@ pkgdesc="Create tabular synthetic data using copulas-based modeling"
arch=(x86_64)
url="https://github.com/sdv-dev/${_base}"
license=('custom')
depends=(python-matplotlib python-pandas python-scipy)
depends=(python-pandas python-plotly python-scipy)
makedepends=(python-build python-installer python-pytest-runner python-wheel)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)