Skip to content

Commit e1775be

Browse files
mrDzurbliudmylaru
andauthored
ADS release v2.11.1 (#722)
Co-authored-by: lrudenka <[email protected]>
1 parent d12453c commit e1775be

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/source/release_notes.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Release Notes
33
=============
44

5-
2.11.0
5+
2.11.1
66
------
7-
Release date: March 19, 2024
7+
Release date: March 20, 2024
88

99
* Internal changes to support upcoming features and changes in Notebook related to Jupyter Lab 3 upgrade
1010

pyproject.toml

+4-2
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.0"
24+
version = "2.11.1"
2525

2626
# Optional
2727
description = "Oracle Accelerated Data Science SDK"
@@ -114,6 +114,8 @@ opctl = [
114114
"oci-cli",
115115
"py-cpuinfo",
116116
"rich",
117+
"fire",
118+
"cachetools",
117119
]
118120
optuna = ["optuna==2.9.0", "oracle_ads[viz]"]
119121
spark = ["pyspark>=3.0.0"]
@@ -178,7 +180,7 @@ pii = [
178180
"spacy==3.6.1",
179181
]
180182
llm = ["langchain>=0.1.10", "evaluate>=0.4.0"]
181-
aqua = ["fire", "cachetools", "jupyter_server"]
183+
aqua = ["jupyter_server"]
182184

183185
# To reduce backtracking (decrese deps install time) during test/dev env setup reducing number of versions pip is
184186
# trying to use. Ref - https://pip.pypa.io/en/stable/topics/dependency-resolution/#possible-ways-to-reduce-backtracking.

0 commit comments

Comments
 (0)