forked from sakshi-mishra/solar-forecasting-RNN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conda_env.yaml
36 lines (36 loc) · 853 Bytes
/
conda_env.yaml
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
name: multi_time_horizon
channels:
- defaults
dependencies:
- ca-certificates=2018.03.07=0
- certifi=2018.4.16=py36_0
- libedit=3.1.20170329=h6b74fdf_2
- libffi=3.2.1=hd88cf55_4
- libgcc-ng=7.2.0=hdf63c60_3
- libstdcxx-ng=7.2.0=hdf63c60_3
- ncurses=6.1=hf484d3e_0
- openssl=1.0.2o=h20670df_0
- pip=10.0.1=py36_0
- python=3.6.6=hc3d631a_0
- readline=7.0=ha6073c6_4
- setuptools=39.2.0=py36_0
- sqlite=3.24.0=h84994c4_0
- tk=8.6.7=hc745277_3
- wheel=0.31.1=py36_0
- xz=5.2.4=h14c3975_4
- zlib=1.2.11=ha838bed_2
- pip:
- cycler==0.10.0
- kiwisolver==1.0.1
- matplotlib==2.2.2
- numexpr==2.6.6
- numpy==1.15.0
- pandas==0.23.3
- pvlib==0.5.2
- pyparsing==2.2.0
- python-dateutil==2.7.3
- pytz==2018.5
- scipy==1.1.0
- seaborn==0.9.0
- six==1.11.0
- tables==3.4.4