IvaElen commited on
Commit
9a42db4
1 Parent(s): 9645a10

Upload requirements.txt

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