Spaces:
Running
Running
Dhahlan2000
commited on
Commit
·
d72c6ad
1
Parent(s):
5d5e6f5
Update requirements.txt to streamline dependencies and enhance project capabilities by adding essential libraries for trading, machine learning, and data analysis, including torch, transformers, lumibot, and finbert. This update supports advanced features such as sentiment analysis and trading strategies.
Browse files- requirements.txt +6 -223
requirements.txt
CHANGED
@@ -1,226 +1,3 @@
|
|
1 |
-
aiodns==3.1.1
|
2 |
-
aiohttp==3.8.2
|
3 |
-
aiosignal==1.3.1
|
4 |
-
alpaca-py==0.14.0
|
5 |
-
alpaca-trade-api==3.1.1
|
6 |
-
alpha-vantage==2.3.1
|
7 |
-
annotated-types==0.6.0
|
8 |
-
anyio==4.2.0
|
9 |
-
appdirs==1.4.4
|
10 |
-
APScheduler==3.10.4
|
11 |
-
argon2-cffi==23.1.0
|
12 |
-
argon2-cffi-bindings==21.2.0
|
13 |
-
arrow==1.3.0
|
14 |
-
asttokens==2.4.1
|
15 |
-
async-lru==2.0.4
|
16 |
-
async-timeout==4.0.3
|
17 |
-
asyncio-nats-client==0.11.5
|
18 |
-
attrs==23.2.0
|
19 |
-
Babel==2.14.0
|
20 |
-
bcrypt==4.1.2
|
21 |
-
beautifulsoup4==4.12.2
|
22 |
-
bidict==0.22.1
|
23 |
-
bleach==6.1.0
|
24 |
-
blinker==1.7.0
|
25 |
-
ccxt==4.2.22
|
26 |
-
certifi==2023.11.17
|
27 |
-
cffi==1.16.0
|
28 |
-
charset-normalizer==2.1.1
|
29 |
-
click==8.1.7
|
30 |
-
colorama==0.4.6
|
31 |
-
comm==0.2.1
|
32 |
-
contourpy==1.2.0
|
33 |
-
cryptography==42.0.2
|
34 |
-
cycler==0.12.1
|
35 |
-
debugpy==1.8.0
|
36 |
-
decorator==5.1.1
|
37 |
-
defusedxml==0.7.1
|
38 |
-
deprecation==2.1.0
|
39 |
-
dnspython==2.5.0
|
40 |
-
email-validator==2.1.0.post1
|
41 |
-
exceptiongroup==1.2.0
|
42 |
-
exchange_calendars==4.5.2
|
43 |
-
executing==2.0.1
|
44 |
-
fastjsonschema==2.19.1
|
45 |
-
filelock==3.13.1
|
46 |
-
Flask==3.0.1
|
47 |
-
Flask-BabelEx==0.9.4
|
48 |
-
Flask-Login==0.6.3
|
49 |
-
Flask-Mail==0.9.1
|
50 |
-
flask-marshmallow==1.1.0
|
51 |
-
Flask-Principal==0.4.0
|
52 |
-
Flask-Security==3.0.0
|
53 |
-
Flask-SocketIO==5.3.6
|
54 |
-
Flask-SQLAlchemy==3.1.1
|
55 |
-
Flask-WTF==1.2.1
|
56 |
-
fonttools==4.47.0
|
57 |
-
fqdn==1.5.1
|
58 |
-
frozendict==2.4.0
|
59 |
-
frozenlist==1.4.1
|
60 |
-
fsspec==2023.12.2
|
61 |
-
gitdb==4.0.11
|
62 |
-
GitPython==3.1.41
|
63 |
-
greenlet==3.0.3
|
64 |
-
h11==0.14.0
|
65 |
-
html5lib==1.1
|
66 |
-
huggingface-hub==0.20.3
|
67 |
-
ibapi==9.81.1.post1
|
68 |
-
idna==3.6
|
69 |
-
inflection==0.5.1
|
70 |
-
iniconfig==2.0.0
|
71 |
-
ipykernel==6.28.0
|
72 |
-
ipython==8.20.0
|
73 |
-
isoduration==20.11.0
|
74 |
-
itsdangerous==2.1.2
|
75 |
-
jedi==0.19.1
|
76 |
-
Jinja2==3.1.2
|
77 |
-
joblib==1.3.2
|
78 |
-
json5==0.9.14
|
79 |
-
jsonpickle==3.0.2
|
80 |
-
jsonpointer==2.4
|
81 |
-
jsonschema==4.20.0
|
82 |
-
jsonschema-specifications==2023.12.1
|
83 |
-
jupyter-events==0.9.0
|
84 |
-
jupyter-lsp==2.2.1
|
85 |
-
jupyter-server-mathjax==0.2.6
|
86 |
-
jupyter_client==8.6.0
|
87 |
-
jupyter_core==5.7.1
|
88 |
-
jupyter_server==2.12.3
|
89 |
-
jupyter_server_terminals==0.5.1
|
90 |
-
jupyterlab==4.0.10
|
91 |
-
jupyterlab_git==0.50.0
|
92 |
-
jupyterlab_pygments==0.3.0
|
93 |
-
jupyterlab_server==2.25.2
|
94 |
-
kiwisolver==1.4.5
|
95 |
-
korean-lunar-calendar==0.3.1
|
96 |
-
lumibot==3.0.6
|
97 |
-
lumiwealth-tradier==0.1.5
|
98 |
-
lxml==5.1.0
|
99 |
-
MarkupSafe==2.1.3
|
100 |
-
marshmallow==3.20.2
|
101 |
-
marshmallow-sqlalchemy==1.0.0
|
102 |
-
matplotlib==3.8.2
|
103 |
-
matplotlib-inline==0.1.6
|
104 |
-
mistune==3.0.2
|
105 |
-
more-itertools==10.2.0
|
106 |
-
mpmath==1.3.0
|
107 |
-
msgpack==1.0.3
|
108 |
-
multidict==5.2.0
|
109 |
-
multitasking==0.0.11
|
110 |
-
nbclient==0.9.0
|
111 |
-
nbconvert==7.14.0
|
112 |
-
nbdime==4.0.1
|
113 |
-
nbformat==5.9.2
|
114 |
-
nest-asyncio==1.5.8
|
115 |
-
networkx==3.2.1
|
116 |
-
notebook_shim==0.2.3
|
117 |
-
numpy==1.26.3
|
118 |
-
nvidia-cublas-cu12==12.1.3.1
|
119 |
-
nvidia-cuda-cupti-cu12==12.1.105
|
120 |
-
nvidia-cuda-nvrtc-cu12==12.1.105
|
121 |
-
nvidia-cuda-runtime-cu12==12.1.105
|
122 |
-
nvidia-cudnn-cu12==8.9.2.26
|
123 |
-
nvidia-cufft-cu12==11.0.2.54
|
124 |
-
nvidia-curand-cu12==10.3.2.106
|
125 |
-
nvidia-cusolver-cu12==11.4.5.107
|
126 |
-
nvidia-cusparse-cu12==12.1.0.106
|
127 |
-
nvidia-nccl-cu12==2.19.3
|
128 |
-
nvidia-nvjitlink-cu12==12.3.101
|
129 |
-
nvidia-nvtx-cu12==12.1.105
|
130 |
-
overrides==7.4.0
|
131 |
-
packaging==23.2
|
132 |
-
pandas==2.0.3
|
133 |
-
pandas-datareader==0.10.0
|
134 |
-
pandas-market-calendars==4.3.2
|
135 |
-
pandocfilters==1.5.0
|
136 |
-
parso==0.8.3
|
137 |
-
passlib==1.7.4
|
138 |
-
peewee==3.17.0
|
139 |
-
pexpect==4.9.0
|
140 |
-
pillow==10.2.0
|
141 |
-
platformdirs==4.1.0
|
142 |
-
plotly==5.18.0
|
143 |
-
pluggy==1.4.0
|
144 |
-
polygon-api-client==1.13.4
|
145 |
-
prometheus-client==0.19.0
|
146 |
-
prompt-toolkit==3.0.43
|
147 |
-
psutil==5.9.7
|
148 |
-
ptyprocess==0.7.0
|
149 |
-
pure-eval==0.2.2
|
150 |
-
pyarrow==15.0.0
|
151 |
-
pycares==4.4.0
|
152 |
-
pycparser==2.21
|
153 |
-
pydantic==2.6.0
|
154 |
-
pydantic_core==2.16.1
|
155 |
-
Pygments==2.17.2
|
156 |
-
pyluach==2.2.0
|
157 |
-
pyparsing==3.1.1
|
158 |
-
pytest==8.0.0
|
159 |
-
python-dateutil==2.8.2
|
160 |
-
python-dotenv==1.0.1
|
161 |
-
python-engineio==4.8.2
|
162 |
-
python-json-logger==2.0.7
|
163 |
-
python-socketio==5.11.0
|
164 |
-
pytz==2023.3.post1
|
165 |
-
PyYAML==6.0.1
|
166 |
-
pyzmq==25.1.2
|
167 |
-
Quandl==3.7.0
|
168 |
-
quantstats-lumi==0.1.0
|
169 |
-
referencing==0.32.1
|
170 |
-
regex==2023.12.25
|
171 |
-
requests==2.31.0
|
172 |
-
rfc3339-validator==0.1.4
|
173 |
-
rfc3986-validator==0.1.1
|
174 |
-
rpds-py==0.16.2
|
175 |
-
safetensors==0.4.2
|
176 |
-
scikit-learn==1.3.2
|
177 |
-
scipy==1.10.1
|
178 |
-
seaborn==0.13.1
|
179 |
-
Send2Trash==1.8.2
|
180 |
-
simple-websocket==1.0.0
|
181 |
-
six==1.16.0
|
182 |
-
smmap==5.0.1
|
183 |
-
sniffio==1.3.0
|
184 |
-
soupsieve==2.5
|
185 |
-
speaklater==1.3
|
186 |
-
SQLAlchemy==2.0.25
|
187 |
-
sseclient-py==1.8.0
|
188 |
-
stack-data==0.6.3
|
189 |
-
sympy==1.12
|
190 |
-
tabulate==0.9.0
|
191 |
-
tenacity==8.2.3
|
192 |
-
termcolor==2.4.0
|
193 |
-
terminado==0.18.0
|
194 |
-
threadpoolctl==3.2.0
|
195 |
-
timedelta==2020.12.3
|
196 |
-
tinycss2==1.2.1
|
197 |
-
tokenizers==0.15.1
|
198 |
-
tomli==2.0.1
|
199 |
-
toolz==0.12.1
|
200 |
-
torch==2.2.0
|
201 |
-
torchaudio==2.2.0
|
202 |
-
torchvision==0.17.0
|
203 |
-
tornado==6.4
|
204 |
-
tqdm==4.66.1
|
205 |
-
traitlets==5.14.1
|
206 |
-
transformers==4.37.2
|
207 |
-
triton==2.2.0
|
208 |
-
types-python-dateutil==2.8.19.20240106
|
209 |
-
typing_extensions==4.9.0
|
210 |
-
tzdata==2023.4
|
211 |
-
tzlocal==5.2
|
212 |
-
uri-template==1.3.0
|
213 |
-
urllib3==1.26.18
|
214 |
-
wcwidth==0.2.13
|
215 |
-
webcolors==1.13
|
216 |
-
webencodings==0.5.1
|
217 |
-
websocket-client==1.7.0
|
218 |
-
websockets==10.4
|
219 |
-
Werkzeug==3.0.1
|
220 |
-
wsproto==1.2.0
|
221 |
-
WTForms==3.1.2
|
222 |
-
yarl==1.9.4
|
223 |
-
yfinance==0.2.36
|
224 |
streamlit
|
225 |
yfinance
|
226 |
requests
|
@@ -229,3 +6,9 @@ langchain
|
|
229 |
langchain_huggingface
|
230 |
python-dotenv
|
231 |
statsmodels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
yfinance
|
3 |
requests
|
|
|
6 |
langchain_huggingface
|
7 |
python-dotenv
|
8 |
statsmodels
|
9 |
+
torch
|
10 |
+
transformers
|
11 |
+
lumibot
|
12 |
+
alpaca-trade-api
|
13 |
+
timedelta
|
14 |
+
finbert
|