secilozksen commited on
Commit
283119d
·
1 Parent(s): 283400e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -19
requirements.txt CHANGED
@@ -1,26 +1,24 @@
 
1
  argon2-cffi==21.3.0
2
  argon2-cffi-bindings==21.2.0
3
  asttokens==2.0.5
4
  attrs==21.4.0
5
  backcall==0.2.0
 
6
  bleach==5.0.1
7
  blinker==1.5
8
  blis==0.7.9
9
- brotlipy==0.7.0
10
  cachetools==5.2.0
11
  catalogue==2.0.8
12
  certifi==2022.9.24
13
- cffi==1.15.1
14
- charset-normalizer==2.1.1
15
  click==8.1.3
16
  commonmark==0.9.1
17
- cryptography==38.0.3
18
  cycler==0.11.0
19
  cymem==2.0.7
20
  debugpy==1.6.0
21
  decorator==5.1.1
22
  defusedxml==0.7.1
23
- en-core-web-sm==3.2.0
24
  entrypoints==0.4
25
  executing==0.8.3
26
  fastjsonschema==2.15.3
@@ -29,7 +27,6 @@ fonttools==4.33.3
29
  gitdb==4.0.9
30
  GitPython==3.1.29
31
  huggingface-hub==0.10.0
32
- idna==3.4
33
  importlib-metadata==5.0.0
34
  ipykernel==6.15.0
35
  ipython==8.4.0
@@ -50,11 +47,13 @@ langcodes==3.3.0
50
  MarkupSafe==2.1.1
51
  matplotlib==3.5.2
52
  matplotlib-inline==0.1.3
53
- mistune==0.8.4
 
 
54
  mpmath==1.2.1
55
  murmurhash==1.0.9
56
  nbclient==0.6.4
57
- nbconvert==6.5.0
58
  nbformat==5.4.0
59
  nest-asyncio==1.5.5
60
  nltk==3.7
@@ -68,8 +67,7 @@ parso==0.8.3
68
  pathy==0.6.2
69
  pexpect==4.8.0
70
  pickleshare==0.7.5
71
- Pillow==9.2.0
72
- pip==22.2.2
73
  preshed==3.0.8
74
  prometheus-client==0.14.1
75
  prompt-toolkit==3.0.30
@@ -78,15 +76,12 @@ psutil==5.9.1
78
  ptyprocess==0.7.0
79
  pure-eval==0.2.2
80
  pyarrow==10.0.0
81
- pycparser==2.21
82
  pydantic==1.8.2
83
  pydeck==0.8.0b4
84
  Pygments==2.12.0
85
  Pympler==1.0.1
86
- pyOpenSSL==22.1.0
87
  pyparsing==3.0.9
88
  pyrsistent==0.18.1
89
- PySocks==1.7.1
90
  python-dateutil==2.8.2
91
  python-decouple==3.6
92
  pytz==2022.6
@@ -96,7 +91,6 @@ pyzmq==23.2.0
96
  qtconsole==5.3.1
97
  QtPy==2.1.0
98
  regex==2022.10.31
99
- requests==2.28.1
100
  rich==12.6.0
101
  scikit-learn==1.1.2
102
  scipy==1.9.2
@@ -104,8 +98,6 @@ semver==2.13.0
104
  Send2Trash==1.8.0
105
  sentence-transformers==2.2.2
106
  sentencepiece==0.1.97
107
- setuptools==65.5.0
108
- six==1.16.0
109
  smart-open==5.2.1
110
  smmap==5.0.0
111
  soupsieve==2.3.2.post1
@@ -132,15 +124,12 @@ tqdm==4.64.1
132
  traitlets==5.3.0
133
  transformers==4.22.2
134
  typer==0.4.2
135
- typing_extensions==4.4.0
136
  tzdata==2022.6
137
  tzlocal==4.2
138
- urllib3==1.26.11
139
  validators==0.20.0
140
  wasabi==0.10.1
141
  watchdog==2.1.9
142
  wcwidth==0.2.5
143
  webencodings==0.5.1
144
- wheel==0.37.1
145
  widgetsnbextension==3.6.1
146
  zipp==3.10.0
 
1
+ altair==4.2.0
2
  argon2-cffi==21.3.0
3
  argon2-cffi-bindings==21.2.0
4
  asttokens==2.0.5
5
  attrs==21.4.0
6
  backcall==0.2.0
7
+ beautifulsoup4==4.11.1
8
  bleach==5.0.1
9
  blinker==1.5
10
  blis==0.7.9
 
11
  cachetools==5.2.0
12
  catalogue==2.0.8
13
  certifi==2022.9.24
 
 
14
  click==8.1.3
15
  commonmark==0.9.1
 
16
  cycler==0.11.0
17
  cymem==2.0.7
18
  debugpy==1.6.0
19
  decorator==5.1.1
20
  defusedxml==0.7.1
21
+ en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl
22
  entrypoints==0.4
23
  executing==0.8.3
24
  fastjsonschema==2.15.3
 
27
  gitdb==4.0.9
28
  GitPython==3.1.29
29
  huggingface-hub==0.10.0
 
30
  importlib-metadata==5.0.0
31
  ipykernel==6.15.0
32
  ipython==8.4.0
 
47
  MarkupSafe==2.1.1
48
  matplotlib==3.5.2
49
  matplotlib-inline==0.1.3
50
+ mistune==2.0.4
51
+ mkl-fft==1.3.1
52
+ mkl-service==2.4.0
53
  mpmath==1.2.1
54
  murmurhash==1.0.9
55
  nbclient==0.6.4
56
+ nbconvert==7.2.5
57
  nbformat==5.4.0
58
  nest-asyncio==1.5.5
59
  nltk==3.7
 
67
  pathy==0.6.2
68
  pexpect==4.8.0
69
  pickleshare==0.7.5
70
+ Pillow @ file:///home/conda/feedstock_root/build_artifacts/pillow_1666920557929/work
 
71
  preshed==3.0.8
72
  prometheus-client==0.14.1
73
  prompt-toolkit==3.0.30
 
76
  ptyprocess==0.7.0
77
  pure-eval==0.2.2
78
  pyarrow==10.0.0
 
79
  pydantic==1.8.2
80
  pydeck==0.8.0b4
81
  Pygments==2.12.0
82
  Pympler==1.0.1
 
83
  pyparsing==3.0.9
84
  pyrsistent==0.18.1
 
85
  python-dateutil==2.8.2
86
  python-decouple==3.6
87
  pytz==2022.6
 
91
  qtconsole==5.3.1
92
  QtPy==2.1.0
93
  regex==2022.10.31
 
94
  rich==12.6.0
95
  scikit-learn==1.1.2
96
  scipy==1.9.2
 
98
  Send2Trash==1.8.0
99
  sentence-transformers==2.2.2
100
  sentencepiece==0.1.97
 
 
101
  smart-open==5.2.1
102
  smmap==5.0.0
103
  soupsieve==2.3.2.post1
 
124
  traitlets==5.3.0
125
  transformers==4.22.2
126
  typer==0.4.2
 
127
  tzdata==2022.6
128
  tzlocal==4.2
 
129
  validators==0.20.0
130
  wasabi==0.10.1
131
  watchdog==2.1.9
132
  wcwidth==0.2.5
133
  webencodings==0.5.1
 
134
  widgetsnbextension==3.6.1
135
  zipp==3.10.0