DataWizard9742 commited on
Commit
7e34d52
1 Parent(s): 189e5d0

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +56 -0
requirements.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.2.0
2
+ attrs==23.2.0
3
+ blinker==1.7.0
4
+ cachetools==5.3.2
5
+ certifi==2024.2.2
6
+ charset-normalizer==3.3.2
7
+ click==8.1.7
8
+ dlib==19.24.2
9
+ face-recognition==1.3.0
10
+ face-recognition-models==0.3.0
11
+ gitdb==4.0.11
12
+ GitPython==3.1.41
13
+ idna==3.6
14
+ importlib-metadata==7.0.1
15
+ install==1.3.5
16
+ Jinja2==3.1.3
17
+ joblib==1.3.2
18
+ jsonschema==4.21.1
19
+ jsonschema-specifications==2023.12.1
20
+ markdown-it-py==3.0.0
21
+ MarkupSafe==2.1.5
22
+ mdurl==0.1.2
23
+ nltk==3.8.1
24
+ numpy==1.26.4
25
+ packaging==23.2
26
+ pandas==2.2.0
27
+ pillow==10.2.0
28
+ protobuf==4.25.2
29
+ pyarrow==15.0.0
30
+ pydeck==0.8.1b0
31
+ Pygments==2.17.2
32
+ pypdf==4.3.0
33
+ python-dateutil==2.8.2
34
+ pytz==2024.1
35
+ referencing==0.33.0
36
+ regex==2023.12.25
37
+ requests==2.31.0
38
+ rich==13.7.0
39
+ rpds-py==0.17.1
40
+ scikit-learn==1.4.0
41
+ scipy==1.12.0
42
+ six==1.16.0
43
+ smmap==5.0.1
44
+ streamlit==1.31.0
45
+ tenacity==8.2.3
46
+ threadpoolctl==3.2.0
47
+ toml==0.10.2
48
+ toolz==0.12.1
49
+ tornado==6.4
50
+ tqdm==4.66.1
51
+ typing_extensions==4.9.0
52
+ tzdata==2023.4
53
+ tzlocal==5.2
54
+ urllib3==2.2.0
55
+ validators==0.22.0
56
+ zipp==3.17.0