IvaElen commited on
Commit
237eab6
·
1 Parent(s): bc090a4

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +69 -0
requirements.txt ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ attrs==23.1.0
3
+ blinker==1.6.2
4
+ cachetools==5.3.0
5
+ certifi==2022.12.7
6
+ charset-normalizer==2.1.1
7
+ click==8.1.3
8
+ clip==1.0
9
+ decorator==5.1.1
10
+ entrypoints==0.4
11
+ filelock==3.9.0
12
+ fsspec==2023.4.0
13
+ ftfy==6.1.1
14
+ gitdb==4.0.10
15
+ GitPython==3.1.31
16
+ huggingface-hub==0.14.1
17
+ idna==3.4
18
+ importlib-metadata==6.6.0
19
+ Jinja2==3.1.2
20
+ joblib==1.2.0
21
+ jsonschema==4.17.3
22
+ markdown-it-py==2.2.0
23
+ MarkupSafe==2.1.2
24
+ mdurl==0.1.2
25
+ mpmath==1.2.1
26
+ networkx==3.0
27
+ nltk==3.8.1
28
+ numpy==1.24.1
29
+ packaging==23.1
30
+ pandas==2.0.1
31
+ Pillow==9.3.0
32
+ protobuf==3.20.3
33
+ pyarrow==11.0.0
34
+ pydeck==0.8.1b0
35
+ Pygments==2.15.1
36
+ Pympler==1.0.1
37
+ pyrsistent==0.19.3
38
+ python-dateutil==2.8.2
39
+ pytz==2023.3
40
+ pytz-deprecation-shim==0.1.0.post0
41
+ PyYAML==6.0
42
+ regex==2023.3.23
43
+ requests==2.28.1
44
+ rich==13.3.5
45
+ scikit-learn==1.2.2
46
+ scipy==1.10.1
47
+ six==1.16.0
48
+ smmap==5.0.0
49
+ streamlit==1.22.0
50
+ sympy==1.11.1
51
+ tenacity==8.2.2
52
+ threadpoolctl==3.1.0
53
+ tokenizers==0.13.3
54
+ toml==0.10.2
55
+ toolz==0.12.0
56
+ torch==2.0.0
57
+ torchaudio==2.0.1
58
+ torchvision==0.15.1
59
+ tornado==6.3.1
60
+ tqdm==4.65.0
61
+ transformers==4.28.1
62
+ typing_extensions==4.4.0
63
+ tzdata==2023.3
64
+ tzlocal==4.3
65
+ urllib3==1.26.13
66
+ validators==0.20.0
67
+ watchdog==3.0.0
68
+ wcwidth==0.2.6
69
+ zipp==3.15.0