jaredjoss commited on
Commit
793d6cb
1 Parent(s): 6c23f4f

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +58 -0
requirements.txt ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.0.0
2
+ astunparse==1.6.3
3
+ cachetools==5.3.2
4
+ certifi==2023.7.22
5
+ charset-normalizer==3.3.2
6
+ click==8.1.7
7
+ dateparser==1.2.0
8
+ et-xmlfile==1.1.0
9
+ flatbuffers==23.5.26
10
+ gast==0.5.4
11
+ google-auth==2.23.4
12
+ google-auth-oauthlib==1.1.0
13
+ google-pasta==0.2.0
14
+ grpcio==1.59.2
15
+ h5py==3.10.0
16
+ idna==3.4
17
+ joblib==1.3.2
18
+ keras==2.15.0
19
+ libclang==16.0.6
20
+ Markdown==3.5.1
21
+ MarkupSafe==2.1.3
22
+ ml-dtypes==0.2.0
23
+ nltk==3.8.1
24
+ numpy==1.26.2
25
+ oauthlib==3.2.2
26
+ openpyxl==3.1.2
27
+ opt-einsum==3.3.0
28
+ packaging==23.2
29
+ pandas==2.1.3
30
+ protobuf==4.23.4
31
+ pyasn1==0.5.0
32
+ pyasn1-modules==0.3.0
33
+ python-dateutil==2.8.2
34
+ pytube==15.0.0
35
+ pytz==2023.3.post1
36
+ regex==2023.10.3
37
+ requests==2.31.0
38
+ requests-oauthlib==1.3.1
39
+ rsa==4.9
40
+ scikit-learn==1.3.2
41
+ scipy==1.11.3
42
+ six==1.16.0
43
+ tensorboard==2.15.1
44
+ tensorboard-data-server==0.7.2
45
+ tensorflow==2.15.0
46
+ tensorflow-estimator==2.15.0
47
+ tensorflow-io-gcs-filesystem==0.34.0
48
+ tensorflow-macos==2.15.0
49
+ termcolor==2.3.0
50
+ threadpoolctl==3.2.0
51
+ tqdm==4.66.1
52
+ typing_extensions==4.8.0
53
+ tzdata==2023.3
54
+ tzlocal==5.2
55
+ urllib3==2.1.0
56
+ Werkzeug==3.0.1
57
+ wrapt==1.14.1
58
+ youtube-comment-downloader==0.1.70