Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.42.2
|
2 |
+
tensortrade==0.3.0
|
3 |
+
yfinance==0.2.54
|
4 |
+
pandas==2.2.2
|
5 |
+
numpy==1.26.4
|
6 |
+
matplotlib==3.10.0
|
7 |
+
scikit-learn==1.6.1
|
8 |
+
stable-baselines3==2.5.0
|
9 |
+
protobuf==3.20.3
|
10 |
+
gym==0.17.0
|
11 |
+
torch==2.5.1
|