Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
streamlit==1.42.2
|
2 |
-
tensortrade
|
3 |
yfinance==0.2.54
|
4 |
pandas==2.2.2
|
5 |
numpy==1.26.4
|
@@ -9,4 +9,5 @@ stable-baselines3==2.5.0
|
|
9 |
protobuf==3.20.3
|
10 |
gym==0.17.0
|
11 |
torch==2.5.1
|
12 |
-
|
|
|
|
1 |
streamlit==1.42.2
|
2 |
+
git+https://github.com/tensortrade-org/tensortrade.git
|
3 |
yfinance==0.2.54
|
4 |
pandas==2.2.2
|
5 |
numpy==1.26.4
|
|
|
9 |
protobuf==3.20.3
|
10 |
gym==0.17.0
|
11 |
torch==2.5.1
|
12 |
+
setuptools>=65.5.1
|
13 |
+
wheel>=0.40.0
|