Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
gradio
|
2 |
pandas
|
3 |
-
numpy
|
4 |
yfinance
|
5 |
prophet
|
6 |
matplotlib
|
7 |
Pillow
|
8 |
plotly
|
|
|
|
1 |
gradio
|
2 |
pandas
|
3 |
+
numpy<2.0 # Downgrade NumPy to a version less than 2.0
|
4 |
yfinance
|
5 |
prophet
|
6 |
matplotlib
|
7 |
Pillow
|
8 |
plotly
|
9 |
+
|