Skip to content

Commit 9e8e5d7

Browse files
authored
Update version to 2.12.0 (#960)
2 parents dd91e77 + db0523e commit 9e8e5d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Release Notes
33
=============
44

5-
2.11.20
5+
2.12.0
66
-------
77
Release date: October 1, 2024
88

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.19"
24+
version = "2.12.0"
2525

2626
# Optional
2727
description = "Oracle Accelerated Data Science SDK"
@@ -134,7 +134,7 @@ tensorflow = [
134134
"tensorflow<=2.15.1" # v2.16.1 with consequence on tf2onnx v1.16.1 (latest) has an issue with Keras 3 installed in py3.11+ (https://github.com/onnx/tensorflow-onnx/issues/2319)
135135
]
136136
text = [
137-
"spacy>=3.4.2", # the first version of spacy that supports python 3.11 is spacy v3.4.2
137+
"spacy>=3.4.2,<3.8", # the first version of spacy that supports python 3.11 is spacy v3.4.2; 3.8.2 has dependency conflict.
138138
"wordcloud>=1.8.1"
139139
]
140140
torch = [

0 commit comments

Comments
 (0)