Skip to content

Commit f73a6d7

Browse files
Release v2.11.13 (#884)
2 parents 3f5ff91 + e8f4b99 commit f73a6d7

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/source/release_notes.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Release 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+
513
2.11.12
614
------
715
Release date: June 13, 2024

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

2222
# Required
2323
name = "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
2727
description = "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",

0 commit comments

Comments
 (0)