Skip to content

Commit a823d4c

Browse files
committed
conda environment configuration file added
1 parent 1c57c9c commit a823d4c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

environment.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: easyleed
2+
dependencies:
3+
- python=3.*
4+
- numpy
5+
- scipy
6+
- matplotlib
7+
- pillow
8+
- pyqt=4.*
9+
- pip:
10+
- pyfits
11+
- easyleed
12+

0 commit comments

Comments
 (0)