noequal commited on
Commit
847d0c6
·
1 Parent(s): 09f0c14

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.1.2
2
+ attrs==23.1.0
3
+ blinker==1.7.0
4
+ cachetools==5.3.2
5
+ certifi==2023.7.22
6
+ charset-normalizer==3.3.2
7
+ click==8.1.7
8
+ colorama==0.4.6
9
+ filelock==3.13.1
10
+ fsspec==2023.10.0
11
+ gitdb==4.0.11
12
+ GitPython==3.1.40
13
+ huggingface-hub==0.17.3
14
+ idna==3.4
15
+ importlib-metadata==6.8.0
16
+ Jinja2==3.1.2
17
+ jsonschema==4.19.2
18
+ jsonschema-specifications==2023.7.1
19
+ markdown-it-py==3.0.0
20
+ MarkupSafe==2.1.3
21
+ mdurl==0.1.2
22
+ mpmath==1.3.0
23
+ networkx==3.2.1
24
+ numpy==1.26.1
25
+ packaging==23.2
26
+ pandas==2.1.2
27
+ Pillow==10.1.0
28
+ protobuf==4.25.0
29
+ pyarrow==14.0.0
30
+ pydeck==0.8.1b0
31
+ Pygments==2.16.1
32
+ python-dateutil==2.8.2
33
+ pytz==2023.3.post1
34
+ PyYAML==6.0.1
35
+ referencing==0.30.2
36
+ regex==2023.10.3
37
+ requests==2.31.0
38
+ rich==13.6.0
39
+ rpds-py==0.12.0
40
+ safetensors==0.4.0
41
+ six==1.16.0
42
+ smmap==5.0.1
43
+ streamlit==1.28.1
44
+ sympy==1.12
45
+ tenacity==8.2.3
46
+ tokenizers==0.14.1
47
+ toml==0.10.2
48
+ toolz==0.12.0
49
+ torch==2.1.0
50
+ tornado==6.3.3
51
+ tqdm==4.66.1
52
+ transformers==4.35.0
53
+ typing_extensions==4.8.0
54
+ tzdata==2023.3
55
+ tzlocal==5.2
56
+ urllib3==2.0.7
57
+ validators==0.22.0
58
+ watchdog==3.0.0
59
+ zipp==3.17.0