JayLacoma commited on
Commit
93f067d
·
verified ·
1 Parent(s): c891ed6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
+