Spaces:
Sleeping
Sleeping
ryanrahmadifa
commited on
Commit
·
9174959
1
Parent(s):
77becba
Test
Browse files- requirements.txt +19 -1
requirements.txt
CHANGED
@@ -1,6 +1,24 @@
|
|
|
|
|
|
1 |
matplotlib
|
2 |
pandas
|
3 |
plotly
|
4 |
openpyxl
|
5 |
yfinance
|
6 |
-
pandas_ta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.26.3
|
2 |
+
nltk
|
3 |
matplotlib
|
4 |
pandas
|
5 |
plotly
|
6 |
openpyxl
|
7 |
yfinance
|
8 |
+
pandas_ta
|
9 |
+
seaborn
|
10 |
+
torch
|
11 |
+
torchvision
|
12 |
+
torchaudio
|
13 |
+
pyYAML
|
14 |
+
scipy
|
15 |
+
scikit-learn
|
16 |
+
packaging
|
17 |
+
pyWavelets
|
18 |
+
scipy
|
19 |
+
tiffile
|
20 |
+
ipykernel
|
21 |
+
streamlit
|
22 |
+
nbformat
|
23 |
+
wordcloud
|
24 |
+
neuralforecast
|