Gforce-ML commited on
Commit
91871d4
1 Parent(s): 1ad6ded

add new rewuirements

Browse files
Files changed (1) hide show
  1. requirements.txt +70 -0
requirements.txt ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.0
2
+ appdirs==1.4.4
3
+ attrs==22.1.0
4
+ blinker==1.5
5
+ cachetools==5.2.0
6
+ certifi==2022.9.24
7
+ charset-normalizer==2.1.1
8
+ click==8.1.3
9
+ colorama==0.4.6
10
+ commonmark==0.9.1
11
+ contourpy==1.0.5
12
+ cycler==0.11.0
13
+ decorator==5.1.1
14
+ docopt==0.6.2
15
+ entrypoints==0.4
16
+ fonttools==4.37.4
17
+ gitdb==4.0.9
18
+ GitPython==3.1.29
19
+ idna==3.4
20
+ imbalanced-learn==0.9.1
21
+ imblearn==0.0
22
+ importlib-metadata==5.0.0
23
+ Jinja2==3.1.2
24
+ joblib==1.2.0
25
+ jsonschema==4.17.0
26
+ kiwisolver==1.4.4
27
+ lxml==4.9.1
28
+ MarkupSafe==2.1.1
29
+ matplotlib==3.6.0
30
+ multitasking==0.0.11
31
+ numpy==1.23.3
32
+ packaging==21.3
33
+ pandas==1.5.0
34
+ Pillow==9.2.0
35
+ pipreqs==0.4.11
36
+ plotly==5.11.0
37
+ protobuf==3.20.3
38
+ pyarrow==10.0.0
39
+ pydeck==0.8.0
40
+ Pygments==2.13.0
41
+ Pympler==1.0.1
42
+ pyparsing==3.0.9
43
+ pyrsistent==0.19.2
44
+ python-dateutil==2.8.2
45
+ pytz==2022.2.1
46
+ pytz-deprecation-shim==0.1.0.post0
47
+ requests==2.28.1
48
+ rich==12.6.0
49
+ scikit-learn==1.1.3
50
+ scipy==1.9.3
51
+ seaborn==0.12.1
52
+ semver==2.13.0
53
+ six==1.16.0
54
+ sklearn==0.0.post1
55
+ smmap==5.0.0
56
+ streamlit==1.14.1
57
+ tenacity==8.1.0
58
+ threadpoolctl==3.1.0
59
+ toml==0.10.2
60
+ toolz==0.12.0
61
+ tornado==6.2
62
+ typing_extensions==4.4.0
63
+ tzdata==2022.6
64
+ tzlocal==4.2
65
+ urllib3==1.26.12
66
+ validators==0.20.0
67
+ watchdog==2.1.9
68
+ yarg==0.1.9
69
+ yfinance==0.1.85
70
+ zipp==3.10.0