Archived
1
0
Fork 0

gnu: python-scipy: Update to 1.12.0.

* gnu/packages/python-science.scm (python-scipy): Update to 1.12.0.
[propagated-inputs]: Add python-jupytext, python-mpmath, python-mypy,
python-numpydoc, python-pydata-sphinx-theme, python-pydevtool,
python-rich-click, python-sphinx, python-threadpoolctl, and
python-typing-extensions; remove python-pyparsing.
[native-inputs]: Add python-hypothesis, python-pycodestyle, python-pytest-cov,
and python-pytest-xdist; remove python-threadpoolctl.

Change-Id: I81a4831e3d94c58416f7d35ec47de90370b88210
This commit is contained in:
Ricardo Wurmus 2024-01-23 11:13:40 +01:00
parent 2eb061be79
commit 994817bfdc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -84,13 +84,13 @@
(define-public python-scipy (define-public python-scipy
(package (package
(name "python-scipy") (name "python-scipy")
(version "1.11.4") (version "1.12.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "scipy" version)) (uri (pypi-uri "scipy" version))
(sha256 (sha256
(base32 "1amfxpnni0cagwjpb0i1kdgnh4sh484ryn4gfkgbjcspgy7bg8lh")))) (base32 "18rn15wg3lp58z204fbjjhy0h79c53yg3c4qqs9h3liniamspxab"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -135,7 +135,19 @@
(copy-recursively "build/html" html))) (copy-recursively "build/html" html)))
(format #t "sphinx-build not found, skipping~%")))))))) (format #t "sphinx-build not found, skipping~%"))))))))
(propagated-inputs (propagated-inputs
(list python-numpy python-matplotlib python-pyparsing python-pythran)) (list python-jupytext
python-matplotlib
python-mpmath
python-mypy
python-numpy
python-numpydoc
python-pydata-sphinx-theme
python-pydevtool
python-pythran
python-rich-click
python-sphinx
python-threadpoolctl
python-typing-extensions))
(inputs (list openblas pybind11-2.10)) (inputs (list openblas pybind11-2.10))
(native-inputs (native-inputs
(list gfortran (list gfortran
@ -147,11 +159,14 @@
python-click python-click
python-cython-0.29.35 python-cython-0.29.35
python-doit python-doit
python-hypothesis
python-pooch python-pooch
python-pycodestyle
python-pydevtool python-pydevtool
python-pytest python-pytest
python-pytest-xdist python-pytest-cov
python-threadpoolctl)) python-pytest-timeout
python-pytest-xdist))
(home-page "https://scipy.org/") (home-page "https://scipy.org/")
(synopsis "The Scipy library provides efficient numerical routines") (synopsis "The Scipy library provides efficient numerical routines")
(description "The SciPy library is one of the core packages that make up (description "The SciPy library is one of the core packages that make up