diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-07 12:26:00 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:31 +0100 |
| commit | 120cb8955cadbfa1e2f926e183d68a658792ff69 (patch) | |
| tree | 0a3a507dd454e9bd3764b374e32bd7a9be7beddd /gnu/packages | |
| parent | 15b47480567112e49586a933c397b6ee7808698b (diff) | |
gnu: python-cooltools: Fix build by using python-pandas@2.
* gnu/packages/bioinformatics.scm (python-cooltools):
[phases]{set-HOME}: New phase.
[propagated-inputs]: Replace python-pandas with python-pandas-2.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1d7339dde79..5c5b2738a5e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -20284,7 +20284,10 @@ such as Hi-C contact matrices.") | |||
| 20284 | #~(modify-phases %standard-phases | 20284 | #~(modify-phases %standard-phases |
| 20285 | (add-after 'unpack 'fix-pytest-config | 20285 | (add-after 'unpack 'fix-pytest-config |
| 20286 | (lambda _ | 20286 | (lambda _ |
| 20287 | (delete-file "pytest.ini")))))) | 20287 | (delete-file "pytest.ini"))) |
| 20288 | (add-before 'sanity-check 'set-HOME | ||
| 20289 | (lambda _ | ||
| 20290 | (setenv "HOME" "/tmp")))))) | ||
| 20288 | (native-inputs | 20291 | (native-inputs |
| 20289 | (list python-cython | 20292 | (list python-cython |
| 20290 | python-pytest | 20293 | python-pytest |
| @@ -20298,7 +20301,7 @@ such as Hi-C contact matrices.") | |||
| 20298 | python-multiprocess | 20301 | python-multiprocess |
| 20299 | python-numba | 20302 | python-numba |
| 20300 | python-numpy | 20303 | python-numpy |
| 20301 | python-pandas | 20304 | python-pandas-2 |
| 20302 | python-scikit-image | 20305 | python-scikit-image |
| 20303 | python-scikit-learn | 20306 | python-scikit-learn |
| 20304 | python-scipy)) | 20307 | python-scipy)) |
