Skip to content

Commit

Permalink
Add disclaimer to environment file regarding conda-forge recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Apr 24, 2022
1 parent b54dc86 commit 36aedcf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ channels:
- conda-forge

dependencies:

# WARNING: any change to this section must be applied to the conda-forge
# package recipe at https://github.com/conda-forge/tardis-sn-feedstock

- python=3.8
- setuptools
- setuptools_scm
Expand Down Expand Up @@ -35,7 +39,7 @@ dependencies:
- plotly
- qgrid

# --- Not required for conda-forge package ---
# --- Packages not required for conda-forge package ---

# tardis-sn/nuclear dependencies
- beautifulsoup4
Expand Down

0 comments on commit 36aedcf

Please sign in to comment.