File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22Release 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
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.0 "
24+ version = " 2.11.1 "
2525
2626# Optional
2727description = " Oracle Accelerated Data Science SDK"
@@ -114,6 +114,8 @@ opctl = [
114114 " oci-cli" ,
115115 " py-cpuinfo" ,
116116 " rich" ,
117+ " fire" ,
118+ " cachetools" ,
117119]
118120optuna = [" optuna==2.9.0" , " oracle_ads[viz]" ]
119121spark = [" pyspark>=3.0.0" ]
@@ -178,7 +180,7 @@ pii = [
178180 " spacy==3.6.1" ,
179181]
180182llm = [" 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.
You can’t perform that action at this time.
0 commit comments