Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +12 -4
requirements.txt
CHANGED
|
@@ -1,13 +1,21 @@
|
|
| 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
|
| 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
|
| 12 |
setuptools>=65.5.1
|
| 13 |
-
wheel>=0.40.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit==1.42.2
|
| 2 |
git+https://github.com/tensortrade-org/tensortrade.git
|
| 3 |
yfinance==0.2.54
|
|
|
|
|
|
|
|
|
|
| 4 |
scikit-learn==1.6.1
|
| 5 |
stable-baselines3==2.5.0
|
| 6 |
protobuf==3.20.3
|
| 7 |
gym==0.17.0
|
| 8 |
torch==2.5.1
|
| 9 |
setuptools>=65.5.1
|
| 10 |
+
wheel>=0.40.0
|
| 11 |
+
numpy>=1.17.0
|
| 12 |
+
pandas>=0.25.0
|
| 13 |
+
gymnasium>=0.28.1
|
| 14 |
+
pyyaml>=5.1.2
|
| 15 |
+
stochastic>=0.6.0
|
| 16 |
+
tensorflow>=2.7.0
|
| 17 |
+
ipython>=7.12.0
|
| 18 |
+
matplotlib>=3.1.1
|
| 19 |
+
plotly>=4.5.0
|
| 20 |
+
ipywidgets>=7.0.0 # Required for rendering
|
| 21 |
+
deprecated>=1.2.13
|