Minggz commited on
Commit
8d86f04
·
1 Parent(s): 73c37ae

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +56 -0
requirements.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ attrs==23.1.0
3
+ backports.zoneinfo==0.2.1
4
+ blinker==1.6.2
5
+ cachetools==5.3.0
6
+ # certifi @ file:///croot/certifi_1671487769961/work/certifi
7
+ charset-normalizer==3.1.0
8
+ click==8.1.3
9
+ ctranslate2==3.11.0
10
+ decorator==5.1.1
11
+ entrypoints==0.4
12
+ gitdb==4.0.10
13
+ GitPython==3.1.31
14
+ idna==3.4
15
+ importlib-metadata==6.4.1
16
+ importlib-resources==5.12.0
17
+ Jinja2==3.1.2
18
+ joblib==1.2.0
19
+ jsonschema==4.17.3
20
+ markdown-it-py==2.2.0
21
+ MarkupSafe==2.1.2
22
+ mdurl==0.1.2
23
+ nltk==3.8.1
24
+ numpy==1.21.6
25
+ packaging==23.1
26
+ pandas==1.3.5
27
+ Pillow==9.5.0
28
+ pkgutil_resolve_name==1.3.10
29
+ protobuf==3.20.3
30
+ pyarrow==11.0.0
31
+ pydeck==0.8.1b0
32
+ Pygments==2.15.0
33
+ Pympler==1.0.1
34
+ pyrsistent==0.19.3
35
+ python-dateutil==2.8.2
36
+ pytz==2023.3
37
+ pytz-deprecation-shim==0.1.0.post0
38
+ PyYAML==6.0
39
+ regex==2022.10.31
40
+ requests==2.28.2
41
+ rich==13.3.4
42
+ sentencepiece==0.1.98
43
+ six==1.16.0
44
+ smmap==5.0.0
45
+ streamlit==1.21.0
46
+ toml==0.10.2
47
+ toolz==0.12.0
48
+ tornado==6.2
49
+ tqdm==4.65.0
50
+ typing_extensions==4.5.0
51
+ tzdata==2023.3
52
+ tzlocal==4.3
53
+ urllib3==1.26.15
54
+ validators==0.20.0
55
+ watchdog==3.0.0
56
+ zipp==3.15.0