Created
January 10, 2019 22:02
-
-
Save gully/9905eb0258d34c763263dafe329c7b47 to your computer and use it in GitHub Desktop.
lightkurve_base.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lightkurve_base | |
channels: | |
- defaults | |
- conda-forge | |
dependencies: | |
- python=3.6 | |
- numpy>=1.11 | |
- scipy>=0.19.0 | |
- matplotlib>=1.5.3 | |
- astropy>=1.3 | |
- astroquery>=0.3.7 # from conda-forge channel | |
- beautifulsoup4 | |
- requests | |
- anaconda | |
- tqdm | |
- pandas | |
- oktopus # from conda-forge channel | |
- bokeh>=1.0 # optional, needed for interact | |
- jupyter # optional | |
- ipython # optional | |
- seaborn # optional | |
- photutils # optional, from conda-forge? | |
- scikit-learn # optional | |
- scikit-image # optional | |
- pytest-cov # for documentation and testing | |
- pytest-remotedata # for documentation and testing | |
- pytest-runner # for documentation and testing | |
- sphinx # for documentation and testing | |
- sphinx_rtd_theme # for documentation and testing | |
- nbsphinx # for documentation and testing | |
- numpydoc # for documentation and testing | |
- sphinx-automodapi # for documentation and testing | |
- graphviz | |
- ghp-import | |
- nb_conda | |
- pylint | |
- flake8 | |
- autopep8 | |
- pep8 | |
#- jupyter_contrib_nbextensions # for spellchecking notebooks | |
- pip | |
- pip: | |
- twisted # optional | |
- mkl-random # optional | |
- gatspy # optional | |
- -e . # installs local development version of lightkurve | |
- astroml # optional | |
- astroml_addons # optional |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment