python-toyplot: fix the depends

This commit is contained in:
Guoyi Zhang 2025-02-06 16:33:16 +11:00
parent b80727d970
commit 02673c57d9

View file

@ -4,8 +4,8 @@ pkgver='2.0.0'
pkgrel=1
pkgdesc="A modern plotting toolkit supporting electronic publishing and reproducibility."
url="https://github.com/sandialabs/toyplot"
depends=('python' 'python-arrow' 'python-custom_inherit' 'python-multipledispatch' 'python-numpy' 'python-pypng' 'python-reportlab' 'python-six')
makedepends=('python-build' 'python-installer' 'python-wheel')
depends=('python' 'python-arrow' 'python-custom_inherit' 'python-multipledispatch' 'python-numpy' 'python-pypng' 'python-reportlab' 'python-six' 'python-pandas' 'ipython')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-flit-core')
license=('BSD-3-Clause')
arch=('any')
source=("https://pypi.io/packages/source/${name::1}/${name}/${name}-${pkgver}.tar.gz")