File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22Release Notes
33=============
44
5+ 2.11.13
6+ ------
7+ Release date: June 18, 2024
8+
9+ * Update langchain dependencies.
10+ * Support adding and removing artifact in a multi-model setting for model created by reference.
11+
12+
5132.11.12
614------
715Release date: June 13, 2024
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121
2222# Required
2323name = " oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
24- version = " 2.11.12 "
24+ version = " 2.11.13 "
2525
2626# Optional
2727description = " Oracle Accelerated Data Science SDK"
@@ -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" ,
You can’t perform that action at this time.
0 commit comments