mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-voltron: Add Python inputs.
* gnu/packages/bioinformatics.scm (r-voltron)[inputs]: Add python, python-numpy, python-pandas, python-anndata, python-h5py, python-natsort, python-numcodecs, python-packaging, python-scipy, python-tifffile, and python-zarr. Change-Id: Iab137936550b51d6839d9beaa47f6102a8f3c355
This commit is contained in:
parent
c7e412e775
commit
c5b16964bb
1 changed files with 17 additions and 1 deletions
|
@ -21763,7 +21763,23 @@ patterns.")
|
||||||
(base32 "0bvvpj96ix2ij6034dfrh7za1lvf73qxqsdvbs2wrpc931s18q32"))))
|
(base32 "0bvvpj96ix2ij6034dfrh7za1lvf73qxqsdvbs2wrpc931s18q32"))))
|
||||||
(properties `((upstream-name . "VoltRon")))
|
(properties `((upstream-name . "VoltRon")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list opencv zlib))
|
(inputs
|
||||||
|
(list opencv
|
||||||
|
;; These Python inputs would be fetched by Basilisk via Conda.
|
||||||
|
;; We add these inputs in anticipation of an upstream change to
|
||||||
|
;; allow for a Conda-free use of the package.
|
||||||
|
python
|
||||||
|
python-numpy
|
||||||
|
python-pandas
|
||||||
|
python-anndata
|
||||||
|
python-h5py
|
||||||
|
python-natsort
|
||||||
|
python-numcodecs
|
||||||
|
python-packaging
|
||||||
|
python-scipy
|
||||||
|
python-tifffile
|
||||||
|
python-zarr
|
||||||
|
zlib))
|
||||||
(propagated-inputs (list r-basilisk
|
(propagated-inputs (list r-basilisk
|
||||||
r-data-table
|
r-data-table
|
||||||
r-dplyr
|
r-dplyr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue