mvasani3690 commited on
Commit
d505d0d
1 Parent(s): dadc930

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +59 -0
requirements.txt ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.0.1
2
+ attrs==23.1.0
3
+ blinker==1.6.2
4
+ cachetools==5.3.1
5
+ certifi==2023.5.7
6
+ charset-normalizer==3.1.0
7
+ click==8.1.3
8
+ decorator==5.1.1
9
+ filelock==3.12.2
10
+ fsspec==2023.6.0
11
+ gitdb==4.0.10
12
+ GitPython==3.1.31
13
+ huggingface-hub==0.15.1
14
+ idna==3.4
15
+ importlib-metadata==6.7.0
16
+ Jinja2==3.1.2
17
+ jsonschema==4.17.3
18
+ markdown-it-py==3.0.0
19
+ MarkupSafe==2.1.3
20
+ mdurl==0.1.2
21
+ mpmath==1.3.0
22
+ networkx==3.1
23
+ numpy==1.25.0
24
+ packaging==23.1
25
+ pandas==2.0.3
26
+ Pillow==9.5.0
27
+ protobuf==4.23.3
28
+ pyarrow==12.0.1
29
+ pydeck==0.8.1b0
30
+ Pygments==2.15.1
31
+ Pympler==1.0.1
32
+ pyrsistent==0.19.3
33
+ python-dateutil==2.8.2
34
+ pytz==2023.3
35
+ pytz-deprecation-shim==0.1.0.post0
36
+ PyYAML==6.0
37
+ regex==2023.6.3
38
+ requests==2.31.0
39
+ rich==13.4.2
40
+ safetensors==0.3.1
41
+ six==1.16.0
42
+ smmap==5.0.0
43
+ streamlit==1.24.0
44
+ sympy==1.12
45
+ tenacity==8.2.2
46
+ tokenizers==0.13.3
47
+ toml==0.10.2
48
+ toolz==0.12.0
49
+ torch==2.0.1
50
+ tornado==6.3.2
51
+ tqdm==4.65.0
52
+ transformers==4.30.2
53
+ typing_extensions==4.7.1
54
+ tzdata==2023.3
55
+ tzlocal==4.3.1
56
+ urllib3==2.0.3
57
+ validators==0.20.0
58
+ watchdog==3.0.0
59
+ zipp==3.15.0