forked from GaniduAbeysekara/Recommended-item-using-keyword
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
40 lines (39 loc) · 957 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
name: project_env
channels:
- defaults
dependencies:
- ca-certificates=2020.1.1=0
- certifi=2020.4.5.1=py37_0
- openssl=1.1.1g=he774522_0
- pip=20.0.2=py37_3
- python=3.7.1=h8c8aaf0_6
- setuptools=46.2.0=py37_0
- sqlite=3.31.1=h2a8f88b_1
- vc=14.1=h0510ff6_4
- vs2015_runtime=14.16.27012=hf0eaf9b_1
- wheel=0.34.2=py37_0
- wincertstore=0.2=py37_0
- zlib=1.2.11=h62dcd97_4
- pip:
- click==7.1.2
- cycler==0.10.0
- flask==1.1.2
- itsdangerous==1.1.0
- jinja2==2.11.2
- joblib==0.14.1
- kiwisolver==1.2.0
- markupsafe==1.1.1
- matplotlib==3.2.1
- numpy==1.18.4
- pandas==1.0.3
- pyparsing==2.4.7
- python-dateutil==2.8.1
- pytz==2020.1
- scikit-learn==0.22.2.post1
- scipy==1.4.1
- six==1.14.0
- sklearn==0.0
- threadpoolctl==2.0.0
- virtualenv==16.7.7
- werkzeug==1.0.1
prefix: C:\Users\ganidua\AppData\Local\Continuum\anaconda3\envs\project_env