namb0010 commited on
Commit
a3dc272
1 Parent(s): fa4bb4f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +40 -11
requirements.txt CHANGED
@@ -1,14 +1,43 @@
1
- spacy
2
- Counter
3
- pandas==0.24.0
4
- tqdm
5
- sentence_transformers
6
- google.colab
7
- nltk
8
- torch
9
- streamlit
10
- plotly
11
- files
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
 
14
 
 
1
+ tifffile==2022.10.10
2
+ tokenizers==0.13.2
3
+ toml==0.10.2
4
+ tomli==2.0.1
5
+ toolz==0.12.0
6
+ torch @ https://download.pytorch.org/whl/cu116/torch-1.13.0%2Bcu116-cp38-cp38-linux_x86_64.whl
7
+ torchaudio @ https://download.pytorch.org/whl/cu116/torchaudio-0.13.0%2Bcu116-cp38-cp38-linux_x86_64.whl
8
+ torchsummary==1.5.1
9
+ torchtext==0.14.0
10
+ torchvision @ https://download.pytorch.org/whl/cu116/torchvision-0.14.0%2Bcu116-cp38-cp38-linux_x86_64.whl
11
+ tornado==6.0.4
12
+ tqdm==4.64.1
13
+ traitlets==5.6.0
14
+ transformers==4.25.1
15
+ tweepy==3.10.0
16
+ typeguard==2.7.1
17
+ typer==0.7.0
18
+ typing-extensions==4.4.0
19
+ tzlocal==1.5.1
20
+ uritemplate==3.0.1
21
+ urllib3==1.24.3
22
+ vega-datasets==0.9.0
23
+ wasabi==0.10.1
24
+ wcwidth==0.2.5
25
+ webargs==8.2.0
26
+ webencodings==0.5.1
27
+ Werkzeug==1.0.1
28
+ widgetsnbextension==3.6.1
29
+ wordcloud==1.8.2.2
30
+ wrapt==1.14.1
31
+ xarray==0.20.2
32
+ xarray-einstats==0.3.0
33
+ xgboost==0.90
34
+ xkit==0.0.0
35
+ xlrd==1.2.0
36
+ xlwt==1.3.0
37
+ yarl==1.8.2
38
+ yellowbrick==1.5
39
+ zict==2.2.0
40
+ zipp==3.11.0
41
 
42
 
43