[arch-commits] Commit in python-statsmodels/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 3 10:29:50 UTC 2022


    Date: Sunday, April 3, 2022 @ 10:29:49
  Author: arojas
Revision: 1180970

Depend on jupyter-notebook instead of the jupyter metapackage

Modified:
  python-statsmodels/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 10:21:06 UTC (rev 1180969)
+++ PKGBUILD	2022-04-03 10:29:49 UTC (rev 1180970)
@@ -4,7 +4,7 @@
 
 pkgname=python-statsmodels
 pkgver=0.13.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Statistical computations and models for use with SciPy"
 arch=(x86_64)
 url="https://www.statsmodels.org/"
@@ -11,7 +11,7 @@
 license=(BSD)
 depends=(python-numpy python-scipy python-pandas python-patsy)
 makedepends=(python-setuptools cython)
-optdepends=('jupyter: needed to run the notebooks'
+optdepends=('jupyter-notebook: needed to run the notebooks'
             'python-cvxopt: regularized fitting of some models'
             'python-joblib: accelerate distributed estimation for certain models'
             'python-matplotlib: plotting functions')



More information about the arch-commits mailing list