summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 08:59:31 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:35 +0100
commitf48d7d0376e98480de528e06bf05a9d5b662d46c (patch)
treeeb4b95ba88585fc83960eeb5488bb2a71438c339
parent3adaee52d9fe67866bb1bf93b6bbdb907f7459f9 (diff)
gnu: orange: Fix build by using python-pandas@2 and python-numpy@1.
* gnu/packages/orange.scm (orange): [inputs]: Replace python-numpy and python-pandas by python-numpy-1 and python-pandas-2.
-rw-r--r--gnu/packages/orange.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/orange.scm b/gnu/packages/orange.scm
index cde03c7a72d..89042239a74 100644
--- a/gnu/packages/orange.scm
+++ b/gnu/packages/orange.scm
@@ -210,13 +210,13 @@ GUI based workflow. It is primarily used in the Orange framework.")
210 python-louvain 210 python-louvain
211 python-matplotlib 211 python-matplotlib
212 python-networkx 212 python-networkx
213 python-numpy 213 python-numpy-1
214 python-openpyxl 214 python-openpyxl
215 python-opentsne 215 python-opentsne
216 python-orange-canvas-core 216 python-orange-canvas-core
217 python-orange-widget-base 217 python-orange-widget-base
218 python-packaging 218 python-packaging
219 python-pandas 219 python-pandas-2
220 python-pygments 220 python-pygments
221 python-pyqt-6 221 python-pyqt-6
222 python-pyqtgraph 222 python-pyqtgraph