tranquilTrill commited on
Commit
a2795f6
·
verified ·
1 Parent(s): 3dbc640

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +75 -0
requirements.txt ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.2.2
2
+ altair==5.5.0
3
+ astunparse==1.6.3
4
+ attrs==25.3.0
5
+ beautifulsoup4==4.13.3
6
+ blinker==1.9.0
7
+ cachetools==5.5.2
8
+ certifi==2025.1.31
9
+ charset-normalizer==3.4.1
10
+ click==8.1.8
11
+ colorama==0.4.6
12
+ flatbuffers==25.2.10
13
+ frozendict==2.4.6
14
+ gast==0.6.0
15
+ gitdb==4.0.12
16
+ GitPython==3.1.44
17
+ google-pasta==0.2.0
18
+ grpcio==1.71.0
19
+ h5py==3.13.0
20
+ idna==3.10
21
+ Jinja2==3.1.6
22
+ joblib==1.4.2
23
+ jsonschema==4.23.0
24
+ jsonschema-specifications==2024.10.1
25
+ keras==3.9.2
26
+ libclang==18.1.1
27
+ Markdown==3.7
28
+ markdown-it-py==3.0.0
29
+ MarkupSafe==3.0.2
30
+ mdurl==0.1.2
31
+ ml_dtypes==0.5.1
32
+ multitasking==0.0.11
33
+ namex==0.0.8
34
+ narwhals==1.34.0
35
+ numpy==2.1.3
36
+ opt_einsum==3.4.0
37
+ optree==0.15.0
38
+ packaging==24.2
39
+ pandas==2.2.3
40
+ peewee==3.17.9
41
+ pillow==11.1.0
42
+ platformdirs==4.3.7
43
+ plotly==6.0.1
44
+ protobuf==5.29.4
45
+ pyarrow==19.0.1
46
+ pydeck==0.9.1
47
+ Pygments==2.19.1
48
+ python-dateutil==2.9.0.post0
49
+ pytz==2025.2
50
+ referencing==0.36.2
51
+ requests==2.32.3
52
+ rich==14.0.0
53
+ rpds-py==0.24.0
54
+ scikit-learn==1.6.1
55
+ scipy==1.15.2
56
+ six==1.17.0
57
+ smmap==5.0.2
58
+ soupsieve==2.6
59
+ streamlit==1.44.1
60
+ tenacity==9.1.2
61
+ tensorboard==2.19.0
62
+ tensorboard-data-server==0.7.2
63
+ tensorflow==2.19.0
64
+ tensorflow-io-gcs-filesystem==0.31.0
65
+ termcolor==3.0.1
66
+ threadpoolctl==3.6.0
67
+ toml==0.10.2
68
+ tornado==6.4.2
69
+ typing_extensions==4.13.1
70
+ tzdata==2025.2
71
+ urllib3==2.3.0
72
+ watchdog==6.0.0
73
+ Werkzeug==3.1.3
74
+ wrapt==1.17.2
75
+ yfinance==0.2.55