forked from HelioML/HelioML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
41 lines (39 loc) · 841 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: helioml
channels:
- conda-forge
dependencies:
- pip
- pip:
- numpy >= 1.15.1
- scipy >= 1.0.1
- matplotlib >= 2.0.0,!=3.0.0
- networkx >= 2.0
- pillow >= 4.3.0,!=7.1.0,!=7.1.1
- imageio >= 2.3.0
- tifffile >= 2019.7.26
- PyWavelets >= 1.1.1
- scikit-image
- bs4
- tqdm
- pyyaml
- nbformat
- nbclean
- pandas
- sklearn
- seaborn
- sunpy
- suds-jurko
- astropy
- drms
- mpld3
- datetime
- lime
- torch
- keras
- jupyter_contrib_nbextensions
- IPython
- git+https://github.com/i4Ds/IRISreader.git@master
- plotly == 4.4.1
#- tensorflow # Chapter 9 requires tensorflow == 2.3.0; Chapter 8 requires tensorflow<=1.15, for now, please manually install the version you prefer
- nasa-pymms
- jupyter-book