-
Notifications
You must be signed in to change notification settings - Fork 32
/
environment.yml
72 lines (72 loc) · 1.81 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
name: sentiment_analysis
channels:
- defaults
dependencies:
- blas=1.0=mkl
- ca-certificates=2020.1.1=0
- certifi=2020.4.5.1=py38_0
- cycler=0.10.0=py38_0
- freetype=2.9.1=ha9979f8_1
- icc_rt=2019.0.0=h0cc432a_1
- icu=58.2=ha66f8fd_1
- intel-openmp=2020.0=166
- joblib=0.14.1=py_0
- jpeg=9b=hb83a4c4_2
- kiwisolver=1.0.1=py38ha925a31_0
- libpng=1.6.37=h2a8f88b_0
- matplotlib=3.1.3=py38_0
- matplotlib-base=3.1.3=py38h64f37c6_0
- mkl=2020.0=166
- mkl-service=2.3.0=py38hb782905_0
- mkl_fft=1.0.15=py38h14836fe_0
- mkl_random=1.1.0=py38hf9181ef_0
- numpy=1.18.1=py38h93ca92e_0
- numpy-base=1.18.1=py38hc3f5095_1
- openssl=1.1.1f=he774522_0
- pandas=1.0.3=py38h47e9c7a_0
- pip=20.0.2=py38_1
- pyparsing=2.4.6=py_0
- pyqt=5.9.2=py38ha925a31_4
- python=3.8.2=h5fd99cc_11
- python-dateutil=2.8.1=py_0
- pytz=2019.3=py_0
- qt=5.9.7=vc14h73c81de_0
- scikit-learn=0.22.1=py38h6288b17_0
- scipy=1.4.1=py38h9439919_0
- setuptools=46.1.3=py38_0
- sip=4.19.13=py38ha925a31_0
- six=1.14.0=py38_0
- sqlite=3.31.1=he774522_0
- tornado=6.0.4=py38he774522_1
- vc=14.1=h0510ff6_4
- vs2015_runtime=14.16.27012=hf0eaf9b_1
- wheel=0.34.2=py38_0
- wincertstore=0.2=py38_0
- zlib=1.2.11=h62dcd97_3
- pip:
- blis==0.4.1
- catalogue==1.0.0
- chardet==3.0.4
- click==7.1.1
- cymem==2.0.3
- fasttext==0.9.1
- flask==1.1.2
- idna==2.9
- itsdangerous==1.1.0
- jinja2==2.11.2
- markupsafe==1.1.1
- murmurhash==1.0.2
- plac==1.1.3
- preshed==3.0.2
- pybind11==2.5.0
- pyenchant==3.0.1
- pyspellchecker==0.5.4
- requests==2.23.0
- spacy==2.2.4
- srsly==1.0.2
- thinc==7.4.0
- tqdm==4.45.0
- urllib3==1.25.9
- wasabi==0.6.0
- werkzeug==1.0.1
prefix: D:\Applications\Anaconda3\envs\sentiment_analysis