Skip to content

Commit 4ea7366

Browse files
committed
Update pyproject.toml
1 parent 6bc5660 commit 4ea7366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ optuna = ["optuna==2.9.0", "oracle_ads[viz]"]
131131
spark = ["pyspark>=3.0.0"]
132132
tensorflow = [
133133
"oracle_ads[viz]",
134-
"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)
134+
"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 = [
137137
"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.

0 commit comments

Comments
 (0)