We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0fade commit e8f4b99Copy full SHA for e8f4b99
pyproject.toml
@@ -62,7 +62,7 @@ dependencies = [
62
"gitpython>=3.1.2",
63
"jinja2>=2.11.2",
64
"matplotlib>=3.1.3, <=3.8.4",
65
- "numpy>=1.19.2",
+ "numpy>=1.19.2, <2.0.0",
66
"oci>=2.125.3",
67
"ocifs>=1.1.3",
68
"pandas>1.2.1; python_version<'3.9'", # starting pandas v2.1.0 requires-python = '>=3.9'
@@ -140,7 +140,7 @@ forecast = [
140
"autots[additional]",
141
"mlforecast",
142
"neuralprophet>=0.7.0",
143
- "numpy",
+ "numpy<2.0.0",
144
"oci-cli",
145
"optuna",
146
"oracle-ads",
0 commit comments