summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-21 23:11:41 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:16 +0100
commita53eaa3647af3eda158c9a114225839d3b5d8a30 (patch)
tree5ba44a192aeb976a9b73bed92dbf4d655b2f2d36 /gnu/packages/python-science.scm
parentb7749605cca48d1458295c9b547ab4d0f5d3f676 (diff)
gnu: python-vaex-core: Relax requirements for Pandas.
* gnu/packages/python-science.scm (python-vaex-core): [phases]{relax-requirements}: Drop higher bar for Pandas. [native-inputs]: Remove pybind11-2; add pybind11.
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 7b7eaa1d6fc..566ca6997e3 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5210,7 +5210,10 @@ readable.")
5210 ;; "dask!=2022.4.0,<2024.9"; there is a note "fingerprinting 5210 ;; "dask!=2022.4.0,<2024.9"; there is a note "fingerprinting
5211 ;; in no longer deterministic as of 2024.9.0" which may be 5211 ;; in no longer deterministic as of 2024.9.0" which may be
5212 ;; resolved in 2024.12.1. 5212 ;; resolved in 2024.12.1.
5213 ((",<2024.9") "")))) 5213 ((",<2024.9") "")
5214 ;; There is no a fresh version supporting Pandas 3 yet, built
5215 ;; has passed but sanity-check fails.
5216 (("pandas>=1.0,<3") "pandas>=1.0"))))
5214 (add-before 'build 'patch-missing-include 5217 (add-before 'build 'patch-missing-include
5215 (lambda _ 5218 (lambda _
5216 ;; See: <https://github.com/vaexio/vaex/issues/2382>. 5219 ;; See: <https://github.com/vaexio/vaex/issues/2382>.
@@ -5219,7 +5222,7 @@ readable.")
5219 (("#include <nonstd/string_view.hpp>") 5222 (("#include <nonstd/string_view.hpp>")
5220 "#include <cstdint>\n#include <nonstd/string_view.hpp>"))))))) 5223 "#include <cstdint>\n#include <nonstd/string_view.hpp>")))))))
5221 (native-inputs 5224 (native-inputs
5222 (list pybind11-2 5225 (list pybind11
5223 python-cython 5226 python-cython
5224 python-setuptools)) 5227 python-setuptools))
5225 (inputs 5228 (inputs