Geraldine commited on
Commit
9b328bd
1 Parent(s): 7d991dc

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +78 -0
requirements.txt ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==5.0.1
4
+ async-timeout==4.0.2
5
+ attrs==23.1.0
6
+ blinker==1.6.2
7
+ cachetools==5.3.1
8
+ certifi==2023.5.7
9
+ charset-normalizer==3.2.0
10
+ click==8.1.5
11
+ colorama==0.4.6
12
+ decorator==5.1.1
13
+ filelock==3.12.2
14
+ frozenlist==1.4.0
15
+ fsspec==2023.6.0
16
+ gitdb==4.0.10
17
+ GitPython==3.1.32
18
+ huggingface-hub==0.16.4
19
+ idna==3.4
20
+ importlib-metadata==6.8.0
21
+ Jinja2==3.1.2
22
+ joblib==1.3.1
23
+ jsonschema==4.18.3
24
+ jsonschema-specifications==2023.6.1
25
+ markdown-it-py==3.0.0
26
+ MarkupSafe==2.1.3
27
+ mdurl==0.1.2
28
+ mpmath==1.3.0
29
+ multidict==6.0.4
30
+ networkx==3.1
31
+ nltk==3.8.1
32
+ numpy==1.25.1
33
+ openai==0.27.8
34
+ packaging==23.1
35
+ pandas==2.0.3
36
+ Pillow==9.5.0
37
+ protobuf==4.23.4
38
+ pyarrow==12.0.1
39
+ pydeck==0.8.1b0
40
+ Pygments==2.15.1
41
+ Pympler==1.0.1
42
+ python-dateutil==2.8.2
43
+ pytz==2023.3
44
+ pytz-deprecation-shim==0.1.0.post0
45
+ PyYAML==6.0
46
+ referencing==0.29.1
47
+ regex==2023.6.3
48
+ requests==2.31.0
49
+ rich==13.4.2
50
+ rpds-py==0.8.10
51
+ safetensors==0.3.1
52
+ scikit-learn==1.3.0
53
+ scipy==1.11.1
54
+ sentence-transformers==2.2.2
55
+ sentencepiece==0.1.99
56
+ six==1.16.0
57
+ smmap==5.0.0
58
+ streamlit==1.24.1
59
+ sympy==1.12
60
+ tenacity==8.2.2
61
+ threadpoolctl==3.2.0
62
+ tiktoken==0.4.0
63
+ tokenizers==0.13.3
64
+ toml==0.10.2
65
+ toolz==0.12.0
66
+ torch==2.0.1
67
+ torchvision==0.15.2
68
+ tornado==6.3.2
69
+ tqdm==4.65.0
70
+ transformers==4.30.2
71
+ typing_extensions==4.7.1
72
+ tzdata==2023.3
73
+ tzlocal==4.3.1
74
+ urllib3==2.0.3
75
+ validators==0.20.0
76
+ watchdog==3.0.0
77
+ yarl==1.9.2
78
+ zipp==3.16.2