Skip to content

Commit 5b07d43

Browse files
committed
update pyproject python deps
1 parent 95bbda3 commit 5b07d43

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: .github/workflows/run-unittests-default_setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[Py3.9-3.11] - Default Tests"
1+
name: "[Py3.9-3.12] - Default Tests"
22

33
on:
44
workflow_dispatch:

Diff for: .github/workflows/run-unittests-py310-py311.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "[Py3.10-3.11] - All Unit Tests"
1+
name: "[Py3.10-3.12] - All Unit Tests"
22

33
on:
44
workflow_dispatch:

Diff for: pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ classifiers = [
4848
"Programming Language :: Python :: 3.9",
4949
"Programming Language :: Python :: 3.10",
5050
"Programming Language :: Python :: 3.11",
51+
"Programming Language :: Python :: 3.12",
5152
]
5253

5354
# PEP 508 – Dependency specification for Python Software Packages - https://peps.python.org/pep-0508/
@@ -133,7 +134,7 @@ optuna = ["optuna==2.9.0", "oracle_ads[viz]"]
133134
spark = ["pyspark>=3.0.0"]
134135
tensorflow = [
135136
"oracle_ads[viz]",
136-
"tensorflow<=2.15.1; python_version < '3.12'" # 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)
137+
"tensorflow<=2.15.1; python_version < '3.12'", # 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)
137138
"tensorflow; python_version >= '3.12'" # 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)
138139
]
139140
text = [

0 commit comments

Comments
 (0)