Skip to content

Commit e8f4b99

Browse files
restrict numpy to stable version
1 parent ad0fade commit e8f4b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies = [
6262
"gitpython>=3.1.2",
6363
"jinja2>=2.11.2",
6464
"matplotlib>=3.1.3, <=3.8.4",
65-
"numpy>=1.19.2",
65+
"numpy>=1.19.2, <2.0.0",
6666
"oci>=2.125.3",
6767
"ocifs>=1.1.3",
6868
"pandas>1.2.1; python_version<'3.9'", # starting pandas v2.1.0 requires-python = '>=3.9'
@@ -140,7 +140,7 @@ forecast = [
140140
"autots[additional]",
141141
"mlforecast",
142142
"neuralprophet>=0.7.0",
143-
"numpy",
143+
"numpy<2.0.0",
144144
"oci-cli",
145145
"optuna",
146146
"oracle-ads",

0 commit comments

Comments
 (0)