From 62bc902924bbbd2a2b64bd9d2e305ba69358ed56 Mon Sep 17 00:00:00 2001 From: Tomas Stolker Date: Wed, 20 Sep 2023 23:00:46 +0200 Subject: [PATCH] Removed redundant environment.yml file --- README.rst | 5 +---- environment.yml | 11 ----------- setup.py | 0 3 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 environment.yml mode change 100755 => 100644 setup.py diff --git a/README.rst b/README.rst index ef4d6e7c..23fa7705 100644 --- a/README.rst +++ b/README.rst @@ -24,9 +24,6 @@ .. image:: https://img.shields.io/github/license/tomasstolker/species :target: https://github.com/tomasstolker/species/blob/main/LICENSE -.. image:: https://mybinder.org/badge_logo.svg - :target: https://mybinder.org/v2/gh/tomasstolker/species/HEAD - *species* is a toolkit for atmospheric characterization of directly imaged exoplanets. It provides a coherent framework for spectral and photometric analysis which builds on publicly-available data and models from various resources. There are tools available for grid and free retrievals using Bayesian inference, synthetic photometry, interpolating a variety atmospheric and evolutionary model grids (including the possibility to add a custom grid), color-magnitude and color-color diagrams, empirical spectral analysis, spectral and photometric calibration, and analysis of emission lines. The package has been released on `PyPI `_ and is actively developed and maintained on Github. @@ -39,7 +36,7 @@ Documentation can be found at `http://species.readthedocs.io `_ with tutorials that showcase the workflow and available tools. They can also be executed on `Binder `_ by navigating to the *docs/tutorials* folder. +There are several `Jupyter notebooks `_ with tutorials for various types of analyses and functionalities. Attribution ----------- diff --git a/environment.yml b/environment.yml deleted file mode 100644 index 94892495..00000000 --- a/environment.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: notebook -channels: - - conda-forge -dependencies: - - python=3.8 - - pip - - ipython=7.10 - - cython - - pip: - - -r file:requirements.txt - - species diff --git a/setup.py b/setup.py old mode 100755 new mode 100644