alexander-lazarin
commited on
Commit
·
3c36e16
1
Parent(s):
03fdb99
Downgrade versionn of numpy to 1.26.4 to support Prophet
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
|
|
1 |
gradio
|
2 |
pandas
|
3 |
plotly
|
4 |
-
prophet
|
|
|
1 |
+
numpy == 1.26.4
|
2 |
gradio
|
3 |
pandas
|
4 |
plotly
|
5 |
+
prophet
|