guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add sympy, scikit-image, pandas, seaborn.


From: Ludovic Courtès
Subject: Re: [PATCH] Add sympy, scikit-image, pandas, seaborn.
Date: Sun, 03 May 2015 21:41:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> From 6b403eda6e4ba959ef01a1b688b22d303882658e Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <address@hidden>
> Date: Wed, 29 Apr 2015 15:03:24 +0200
> Subject: [PATCH 1/4] gnu: Add python-sympy.
>
> * gnu/packages/python.scm (python-sympy, python2-sympy): New variables.

OK.

> From 7dab1d810e19c185b8afc756e22dd54e8bcd3ca0 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <address@hidden>
> Date: Wed, 29 Apr 2015 15:04:09 +0200
> Subject: [PATCH 2/4] gnu: Add python-scikit-image.
>
> * gnu/packages/python.scm (python-scikit-image, python2-scikit-image): New
>   variables.

[...]

> +    (inputs
> +     `(("python-matplotlib" ,python-matplotlib)
> +       ("python-networkx" ,python-networkx)
> +       ("python-numpy" ,python-numpy)
> +       ("python-scipy" ,python-scipy)
> +       ("python-six" ,python-six)
> +       ("python-pillow" ,python-pillow)))

Should these be propagated, or does it work somehow when only scikit is
installed in a profile/build environment and one runs ‘import scikit’?


Otherwise OK.

> From b1c795128c27183989df76f27ade11a7c4ba3ff8 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <address@hidden>
> Date: Wed, 29 Apr 2015 15:14:56 +0200
> Subject: [PATCH 3/4] gnu: Add python-pandas.
>
> * gnu/packages/python.scm (python-pandas, python2-pandas): New variables.

[...]

> +    (inputs
> +     `(("python-pytz" ,python-pytz)
> +       ("python-numpy" ,python-numpy)
> +       ("python-dateutil" ,python-dateutil-2)))

Same question, but otherwise OK.

> From e989d4f61cc71a2535bd713760efe93b985d0fb8 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <address@hidden>
> Date: Wed, 29 Apr 2015 15:19:38 +0200
> Subject: [PATCH 4/4] gnu: Add python-seaborn.
>
> * gnu/packages/python.scm (python-seaborn, python2-seaborn): New variables.

[...]

> +    (inputs
> +     `(("python-pandas" ,python-pandas)
> +       ("python-numpy" ,python-numpy)
> +       ("python-scipy" ,python-scipy)
> +       ("python-matplotlib" ,python-matplotlib)))

Ditto.

Thanks!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]