irfantea commited on
Commit
e3af0d6
1 Parent(s): 742f1d0

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +60 -0
requirements.txt ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ attrs==23.1.0
3
+ blinker==1.6.2
4
+ cachetools==5.3.0
5
+ certifi==2023.5.7
6
+ charset-normalizer==3.1.0
7
+ click==8.1.3
8
+ colorama==0.4.6
9
+ decorator==5.1.1
10
+ entrypoints==0.4
11
+ filelock==3.12.0
12
+ fsspec==2023.5.0
13
+ gitdb==4.0.10
14
+ GitPython==3.1.31
15
+ huggingface-hub==0.14.1
16
+ idna==3.4
17
+ importlib-metadata==6.6.0
18
+ Jinja2==3.1.2
19
+ jsonschema==4.17.3
20
+ markdown-it-py==2.2.0
21
+ MarkupSafe==2.1.2
22
+ mdurl==0.1.2
23
+ mpmath==1.3.0
24
+ networkx==3.1
25
+ numpy==1.24.3
26
+ packaging==23.1
27
+ pandas==2.0.1
28
+ Pillow==9.5.0
29
+ protobuf==3.20.3
30
+ pyarrow==12.0.0
31
+ pydeck==0.8.1b0
32
+ Pygments==2.15.1
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==2023.5.5
40
+ requests==2.30.0
41
+ rich==13.3.5
42
+ six==1.16.0
43
+ smmap==5.0.0
44
+ streamlit==1.22.0
45
+ sympy==1.12
46
+ tenacity==8.2.2
47
+ tokenizers==0.13.3
48
+ toml==0.10.2
49
+ toolz==0.12.0
50
+ torch==2.0.1
51
+ tornado==6.3.1
52
+ tqdm==4.65.0
53
+ transformers==4.29.0
54
+ typing_extensions==4.5.0
55
+ tzdata==2023.3
56
+ tzlocal==4.3
57
+ urllib3==2.0.2
58
+ validators==0.20.0
59
+ watchdog==3.0.0
60
+ zipp==3.15.0