File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
5
- 2.11.0
5
+ 2.11.1
6
6
------
7
- Release date: March 19 , 2024
7
+ Release date: March 20 , 2024
8
8
9
9
* Internal changes to support upcoming features and changes in Notebook related to Jupyter Lab 3 upgrade
10
10
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
21
21
22
22
# Required
23
23
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 "
25
25
26
26
# Optional
27
27
description = " Oracle Accelerated Data Science SDK"
@@ -114,6 +114,8 @@ opctl = [
114
114
" oci-cli" ,
115
115
" py-cpuinfo" ,
116
116
" rich" ,
117
+ " fire" ,
118
+ " cachetools" ,
117
119
]
118
120
optuna = [" optuna==2.9.0" , " oracle_ads[viz]" ]
119
121
spark = [" pyspark>=3.0.0" ]
@@ -178,7 +180,7 @@ pii = [
178
180
" spacy==3.6.1" ,
179
181
]
180
182
llm = [" langchain>=0.1.10" , " evaluate>=0.4.0" ]
181
- aqua = [" fire " , " cachetools " , " jupyter_server" ]
183
+ aqua = [" jupyter_server" ]
182
184
183
185
# To reduce backtracking (decrese deps install time) during test/dev env setup reducing number of versions pip is
184
186
# trying to use. Ref - https://pip.pypa.io/en/stable/topics/dependency-resolution/#possible-ways-to-reduce-backtracking.
You can’t perform that action at this time.
0 commit comments