summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-12-17 21:39:05 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-12-17 23:43:58 +0900
commit106809a3065c3dcfb39af2651af5d5e4fc5884e5 (patch)
treeb2a273e04d7713102d7c0fc9c49a4be502df39ee /gnu/packages/python-science.scm
parent9ff9ae2e629ab9c688225006602c5d5b6c45dfd4 (diff)
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
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 1aaf52d3f5b..fb518c162d9 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1269,7 +1269,7 @@ doing practical, real world data analysis in Python.")
1269 (name "python-pandas-stubs") 1269 (name "python-pandas-stubs")
1270 ;; The versioning follows that of Pandas and uses the date of the 1270 ;; The versioning follows that of Pandas and uses the date of the
1271 ;; python-pandas-stubs release. 1271 ;; python-pandas-stubs release.
1272 (version "2.1.1.230928") 1272 (version "2.2.3.241126")
1273 (source 1273 (source
1274 (origin 1274 (origin
1275 ;; No tests in the PyPI tarball. 1275 ;; No tests in the PyPI tarball.
@@ -1279,11 +1279,12 @@ doing practical, real world data analysis in Python.")
1279 (commit (string-append "v" version)))) 1279 (commit (string-append "v" version))))
1280 (file-name (git-file-name name version)) 1280 (file-name (git-file-name name version))
1281 (sha256 1281 (sha256
1282 (base32 "13b6wcwf9ybxf492w1l8qqf2bcgch21xds5r88pfkmrvqhxwfpyr")))) 1282 (base32 "0xbvin2l7h8vq9g24n4n2l49pdxbi15qghq7zkhh567p3pbmvsyb"))))
1283 (build-system pyproject-build-system) 1283 (build-system pyproject-build-system)
1284 (arguments 1284 (arguments
1285 (list 1285 (list
1286 #:test-flags #~(list "-k" 1286 #:test-flags #~(list "--ignore=tests/test_io.py" ;requires python-calamine
1287 "-k"
1287 (string-append 1288 (string-append
1288 ;; The python-pyarrow package in Guix is built 1289 ;; The python-pyarrow package in Guix is built
1289 ;; with ORC integration, but these tests fail with 1290 ;; with ORC integration, but these tests fail with
@@ -1330,7 +1331,7 @@ doing practical, real world data analysis in Python.")
1330 python-pyreadstat 1331 python-pyreadstat
1331 python-pytest 1332 python-pytest
1332 python-scipy 1333 python-scipy
1333 python-sqlalchemy 1334 python-sqlalchemy-2
1334 python-tables 1335 python-tables
1335 python-tabulate 1336 python-tabulate
1336 python-xarray 1337 python-xarray