Silvers-145 commited on
Commit
3fde77a
1 Parent(s): ccc1362

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +70 -0
requirements.txt ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.0
2
+ attrs==22.1.0
3
+ blinker==1.5
4
+ cachetools==5.2.0
5
+ certifi==2022.9.14
6
+ charset-normalizer==2.1.1
7
+ click==8.1.3
8
+ colorama==0.4.5
9
+ commonmark==0.9.1
10
+ decorator==5.1.1
11
+ entrypoints==0.4
12
+ filelock==3.8.0
13
+ gitdb==4.0.9
14
+ GitPython==3.1.27
15
+ huggingface-hub==0.9.1
16
+ idna==3.4
17
+ importlib-metadata==4.12.0
18
+ jellyfish==0.9.0
19
+ Jinja2==3.1.2
20
+ joblib==1.2.0
21
+ jsonschema==4.16.0
22
+ MarkupSafe==2.1.1
23
+ networkx==2.8.6
24
+ nltk==3.7
25
+ numpy==1.23.3
26
+ packaging==21.3
27
+ pandas==1.5.0
28
+ Pillow==9.2.0
29
+ protobuf==3.20.2
30
+ pyarrow==9.0.0
31
+ pydeck==0.8.0b3
32
+ Pygments==2.13.0
33
+ Pympler==1.0.1
34
+ pyparsing==3.0.9
35
+ pyrsistent==0.18.1
36
+ python-dateutil==2.8.2
37
+ pytz==2022.2.1
38
+ pytz-deprecation-shim==0.1.0.post0
39
+ PyYAML==6.0
40
+ regex==2022.9.13
41
+ requests==2.28.1
42
+ rich==12.5.1
43
+ scikit-learn==1.1.2
44
+ scipy==1.9.1
45
+ segtok==1.5.11
46
+ semver==2.13.0
47
+ sentence-splitter==1.4
48
+ sentence-transformers==2.2.2
49
+ sentencepiece==0.1.97
50
+ six==1.16.0
51
+ smmap==5.0.0
52
+ streamlit==1.12.0
53
+ tabulate==0.8.10
54
+ threadpoolctl==3.1.0
55
+ tokenizers==0.12.1
56
+ toml==0.10.2
57
+ toolz==0.12.0
58
+ torch==1.12.1
59
+ torchvision==0.13.1
60
+ tornado==6.2
61
+ tqdm==4.64.1
62
+ transformers==4.22.1
63
+ typing-extensions==4.3.0
64
+ tzdata==2022.2
65
+ tzlocal==4.2
66
+ urllib3==1.26.12
67
+ validators==0.20.0
68
+ watchdog==2.1.9
69
+ yake==0.4.8
70
+ zipp==3.8.1