Skip to content

Commit a99018a

Browse files
authored
chores: upgrade tensorflow and dependency (#262)
1 parent 53c5589 commit a99018a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import setuptools
1919

2020
keras_deps = [
21-
'tensorflow>=2.9',
21+
'tensorflow>=2.10',
2222
'tensorflow_datasets>=4.2,<4.5',
2323
'tensorflow-privacy>=0.5,<0.8',
2424
]
@@ -78,7 +78,7 @@
7878
'google-cloud-storage>=1.35,<2.2',
7979
'matplotlib>=3.3,<3.6',
8080
'onnx==1.8.1',
81-
'tf2onnx==1.9.3',
81+
'tf2onnx==1.13.0',
8282
'onnxmltools==1.10.0',
8383
'numpy>=1.16,<1.23',
8484
'pydantic>=1.7,<1.10',

0 commit comments

Comments
 (0)