diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-04 08:56:36 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-04 08:56:36 +0100 |
commit | 312ec128af832dc5d22ce4f6ffe66920e69eda8f (patch) | |
tree | b043f53d8b41bb97d8898896610cd13319b186bc /gnu/packages/benchmark.scm | |
parent | dc3e62a4949ab40cd81c40bb8d2d8df527a4c696 (diff) | |
download | patches-312ec128af832dc5d22ce4f6ffe66920e69eda8f.tar patches-312ec128af832dc5d22ce4f6ffe66920e69eda8f.tar.gz |
gnu: python-pandas: Move to (gnu packages python-science).
* gnu/packages/python-xyz.scm (python-pandas, python2-pandas): Move from
here...
* gnu/packages/python-science.scm (python-pandas, python2-pandas): ...to here.
* gnu/packages/benchmark.scm, gnu/packages/databases.scm,
gnu/packages/graph.scm, gnu/packages/parallel.scm,
gnu/packages/serialization.scm: Import (gnu packages python-science).
Diffstat (limited to 'gnu/packages/benchmark.scm')
-rw-r--r-- | gnu/packages/benchmark.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index c513370e74..8e347879dd 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -35,6 +35,7 @@ #:use-module (gnu packages maths) #:use-module (gnu packages mpi) #:use-module (gnu packages python) + #:use-module (gnu packages python-science) #:use-module (gnu packages python-xyz) #:use-module (gnu packages storage) #:use-module (ice-9 match)) |