Skip to content

Commit dbdcddc

Browse files
authored
Merge pull request #287 from tepickering/add_conda
Add YAML configuration file to set up conda environments for development
2 parents 0cfc970 + 5362e9a commit dbdcddc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

environment-dev.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: specreduce-dev
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- astropy
6+
- gwcs
7+
- numpy
8+
- scipy
9+
- specutils
10+
- matplotlib
11+
- pytest-astropy
12+
- photutils
13+
- tox
14+
- sphinx-astropy
15+
- synphot

0 commit comments

Comments
 (0)