Skip to content

Commit

Permalink
chores: upgrade tensorflow and dependency (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic22 authored Nov 25, 2022
1 parent 53c5589 commit a99018a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import setuptools

keras_deps = [
'tensorflow>=2.9',
'tensorflow>=2.10',
'tensorflow_datasets>=4.2,<4.5',
'tensorflow-privacy>=0.5,<0.8',
]
Expand Down Expand Up @@ -78,7 +78,7 @@
'google-cloud-storage>=1.35,<2.2',
'matplotlib>=3.3,<3.6',
'onnx==1.8.1',
'tf2onnx==1.9.3',
'tf2onnx==1.13.0',
'onnxmltools==1.10.0',
'numpy>=1.16,<1.23',
'pydantic>=1.7,<1.10',
Expand Down

0 comments on commit a99018a

Please sign in to comment.