mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pandas-stubs: Update to 2.2.3.241126.
* gnu/packages/python-science.scm (python-pandas-stubs): Update to 2.2.3.241126. [arguments]: Ignore tests/test_io.py in #:test-flags. [native-inputs]: Replace python-sqlalchemy with python-sqlalchemy-2. Change-Id: If27b3a5b687ca230a209e8a8087a89802414912e
This commit is contained in:
parent
9ff9ae2e62
commit
106809a306
1 changed files with 5 additions and 4 deletions
|
@ -1269,7 +1269,7 @@ doing practical, real world data analysis in Python.")
|
||||||
(name "python-pandas-stubs")
|
(name "python-pandas-stubs")
|
||||||
;; The versioning follows that of Pandas and uses the date of the
|
;; The versioning follows that of Pandas and uses the date of the
|
||||||
;; python-pandas-stubs release.
|
;; python-pandas-stubs release.
|
||||||
(version "2.1.1.230928")
|
(version "2.2.3.241126")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; No tests in the PyPI tarball.
|
;; No tests in the PyPI tarball.
|
||||||
|
@ -1279,11 +1279,12 @@ doing practical, real world data analysis in Python.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13b6wcwf9ybxf492w1l8qqf2bcgch21xds5r88pfkmrvqhxwfpyr"))))
|
(base32 "0xbvin2l7h8vq9g24n4n2l49pdxbi15qghq7zkhh567p3pbmvsyb"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:test-flags #~(list "-k"
|
#:test-flags #~(list "--ignore=tests/test_io.py" ;requires python-calamine
|
||||||
|
"-k"
|
||||||
(string-append
|
(string-append
|
||||||
;; The python-pyarrow package in Guix is built
|
;; The python-pyarrow package in Guix is built
|
||||||
;; with ORC integration, but these tests fail with
|
;; with ORC integration, but these tests fail with
|
||||||
|
@ -1330,7 +1331,7 @@ doing practical, real world data analysis in Python.")
|
||||||
python-pyreadstat
|
python-pyreadstat
|
||||||
python-pytest
|
python-pytest
|
||||||
python-scipy
|
python-scipy
|
||||||
python-sqlalchemy
|
python-sqlalchemy-2
|
||||||
python-tables
|
python-tables
|
||||||
python-tabulate
|
python-tabulate
|
||||||
python-xarray
|
python-xarray
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue