Solar-Iz commited on
Commit
f05d28d
1 Parent(s): d9037de

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -0
requirements.txt ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.2.0
2
+ attrs==23.1.0
3
+ blinker==1.7.0
4
+ cachetools==5.3.2
5
+ certifi==2023.11.17
6
+ charset-normalizer==3.3.2
7
+ click==8.1.7
8
+ contourpy==1.2.0
9
+ cycler==0.12.1
10
+ filelock==3.13.1
11
+ fonttools==4.46.0
12
+ fsspec==2023.12.1
13
+ gensim==4.3.2
14
+ gitdb==4.0.11
15
+ GitPython==3.1.40
16
+ huggingface-hub==0.19.4
17
+ idna==3.6
18
+ importlib-metadata==6.11.0
19
+ importlib-resources==6.1.1
20
+ Jinja2==3.1.2
21
+ joblib==1.3.2
22
+ jsonschema==4.20.0
23
+ jsonschema-specifications==2023.11.2
24
+ kiwisolver==1.4.5
25
+ lightning-utilities==0.10.0
26
+ markdown-it-py==3.0.0
27
+ MarkupSafe==2.1.3
28
+ matplotlib==3.8.2
29
+ mdurl==0.1.2
30
+ mpmath==1.3.0
31
+ networkx==3.2.1
32
+ nltk==3.8.1
33
+ numpy==1.26.2
34
+ packaging==23.2
35
+ pandas==2.1.3
36
+ Pillow==10.1.0
37
+ protobuf==4.25.1
38
+ pyarrow==14.0.1
39
+ pydeck==0.8.1b0
40
+ Pygments==2.17.2
41
+ pyparsing==3.1.1
42
+ python-dateutil==2.8.2
43
+ pytz==2023.3.post1
44
+ PyYAML==6.0.1
45
+ referencing==0.32.0
46
+ regex==2023.10.3
47
+ requests==2.31.0
48
+ rich==13.7.0
49
+ rpds-py==0.13.2
50
+ safetensors==0.4.1
51
+ scikit-learn==1.3.2
52
+ scipy==1.11.4
53
+ six==1.16.0
54
+ smart-open==6.4.0
55
+ smmap==5.0.1
56
+ streamlit==1.29.0
57
+ sympy==1.12
58
+ tenacity==8.2.3
59
+ threadpoolctl==3.2.0
60
+ tokenizers==0.15.0
61
+ toml==0.10.2
62
+ toolz==0.12.0
63
+ torch==2.1.1
64
+ torchmetrics==1.2.1
65
+ tornado==6.4
66
+ tqdm==4.66.1
67
+ transformers==4.35.2
68
+ typing_extensions==4.8.0
69
+ tzdata==2023.3
70
+ tzlocal==5.2
71
+ urllib3==2.1.0
72
+ validators==0.22.0
73
+ zipp==3.17.0
74
+