python-upsetplot: fix dependencies

This commit is contained in:
kbipinkumar 2024-12-24 21:45:16 +05:30
parent fd4a47311f
commit cde0681b1f
No known key found for this signature in database
GPG key ID: C67233497C15E476

View file

@ -7,10 +7,11 @@ pkgrel=2
pkgdesc='Python implementation of UpSet plots by Lex et al. doi:10.1109/TVCG.2014.2346248'
arch=(any)
url='https://github.com/jnothman/UpSetPlot'
license=('BSD')
license=('BSD-3-Clause')
depends=(
'python'
'python-matplotlib'
'python-numpy'
'python-pandas'
'python-seaborn')
makedepends=(
@ -18,8 +19,8 @@ makedepends=(
'python-installer'
'python-wheel'
'python-setuptools-scm'
'python-pytest-runner'
)
#'python-pytest-runner'
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
sha256sums=('95b76ac38c624c9dfb1eca1de1a37e30e07e83678b1c57839c943184247b8592')