Skip to content

Commit 8fcf6ac

Browse files
authored
Merge branch 'main' into feature/model_group
2 parents 9b81a16 + 55cd128 commit 8fcf6ac

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

ads/aqua/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ def install():
111111
wheel_file_path = os.environ.get(
112112
"AQUA_EXTENSTION_PATH", "/ads/extension/adsjupyterlab_aqua_extension*.whl"
113113
)
114-
status = subprocess.run(f"pip install {wheel_file_path}", shell=True, check=False)
114+
status = subprocess.run(f"pip install {wheel_file_path} --no-deps", shell=True, check=False)
115115
return status.check_returncode

docs/source/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Release Notes
33
=============
44

5+
2.13.20
6+
-------
7+
Release date: Sep 29, 2025
8+
9+
* AI Quick Actions fixes and enhancements.
10+
11+
512
2.13.19
613
-------
714
Release date: Sep 10, 2025

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.13.19"
24+
version = "2.13.20"
2525

2626
# Optional
2727
description = "Oracle Accelerated Data Science SDK"

0 commit comments

Comments
 (0)