diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-12-06 00:42:58 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-12-06 00:42:58 +0000 |
commit | edf4bcd79e6803f137b36316e35437ef308565f5 (patch) | |
tree | cbec4f009c5bf21f6c516671070301b540cd8cff /dev-python/gammapy | |
parent | dev-python/uncertainties: initial import (diff) | |
download | gentoo-edf4bcd79e6803f137b36316e35437ef308565f5.tar.gz gentoo-edf4bcd79e6803f137b36316e35437ef308565f5.tar.bz2 gentoo-edf4bcd79e6803f137b36316e35437ef308565f5.zip |
dev-python/gammapy: add gwcs and uncertainties as optional dependencies
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-python/gammapy')
-rw-r--r-- | dev-python/gammapy/gammapy-0.5.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/gammapy/gammapy-0.5.ebuild b/dev-python/gammapy/gammapy-0.5.ebuild index 55255ea7749a..6287520ebf3c 100644 --- a/dev-python/gammapy/gammapy-0.5.ebuild +++ b/dev-python/gammapy/gammapy-0.5.ebuild @@ -59,6 +59,7 @@ pkg_postinst() { optfeature "${PN} full functionality" \ dev-python/aplpy \ dev-python/astroplan \ + dev-python/gwcs \ dev-python/h5py \ dev-python/iminuit \ dev-python/matplotlib \ @@ -66,9 +67,10 @@ pkg_postinst() { dev-python/pandas \ dev-python/photutils \ dev-python/reproject \ + dev-python/uncertainties \ dev-python/wcsaxes \ sci-libs/scipy \ sci-libs/scikits_image \ - sci-libs/scikits_learn - # not yet in portage: sherpa, gwcs, uncertainties + sci-libs/scikits_learn \ + # not yet in portage: sherpa } |