Vladislawoo commited on
Commit
43d7818
·
1 Parent(s): e3f4a13

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +63 -0
requirements.txt ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.1.1
2
+ attrs==23.1.0
3
+ beautifulsoup4==4.12.2
4
+ blinker==1.6.2
5
+ bs4==0.0.1
6
+ cachetools==5.3.1
7
+ certifi==2023.7.22
8
+ charset-normalizer==3.2.0
9
+ click==8.1.7
10
+ faiss-cpu==1.7.4
11
+ filelock==3.12.3
12
+ fsspec==2023.6.0
13
+ gitdb==4.0.10
14
+ GitPython==3.1.32
15
+ huggingface-hub==0.16.4
16
+ idna==3.4
17
+ importlib-metadata==6.8.0
18
+ Jinja2==3.1.2
19
+ jsonschema==4.19.0
20
+ jsonschema-specifications==2023.7.1
21
+ markdown-it-py==3.0.0
22
+ MarkupSafe==2.1.3
23
+ mdurl==0.1.2
24
+ mpmath==1.3.0
25
+ networkx==3.1
26
+ numpy==1.25.2
27
+ packaging==23.1
28
+ pandas==2.1.0
29
+ Pillow==9.5.0
30
+ protobuf==4.24.2
31
+ pyarrow==13.0.0
32
+ pydeck==0.8.0
33
+ Pygments==2.16.1
34
+ Pympler==1.0.1
35
+ python-dateutil==2.8.2
36
+ pytz==2023.3
37
+ pytz-deprecation-shim==0.1.0.post0
38
+ PyYAML==6.0.1
39
+ referencing==0.30.2
40
+ regex==2023.8.8
41
+ requests==2.31.0
42
+ rich==13.5.2
43
+ rpds-py==0.10.0
44
+ safetensors==0.3.3
45
+ six==1.16.0
46
+ smmap==5.0.0
47
+ soupsieve==2.4.1
48
+ streamlit==1.26.0
49
+ sympy==1.12
50
+ tenacity==8.2.3
51
+ tokenizers==0.13.3
52
+ toml==0.10.2
53
+ toolz==0.12.0
54
+ torch==2.0.1
55
+ tornado==6.3.3
56
+ tqdm==4.66.1
57
+ transformers==4.32.1
58
+ typing_extensions==4.7.1
59
+ tzdata==2023.3
60
+ tzlocal==4.3.1
61
+ urllib3==2.0.4
62
+ validators==0.21.2
63
+ zipp==3.16.2