Skip to content

Commit

Permalink
Update Tensorflow to latest, finally update grpcio/protobuf
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Foley <psfoley@gmail.com>
  • Loading branch information
psfoley committed Aug 1, 2023
1 parent 9565614 commit 1b63301
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions openfl-tutorials/Federated_Keras_MNIST_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"outputs": [],
"source": [
"#Install Tensorflow and MNIST dataset if not installed\n",
"!pip install tensorflow==2.7.0\n",
"!pip install tensorflow==2.13\n",
"\n",
"#Alternatively you could use the intel-tensorflow build\n",
"# !pip install intel-tensorflow==2.3.0"
"# !pip install intel-tensorflow==2.13"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tensorflow==2.11.1
tensorflow==2.13
tensorflow-datasets==4.6.0
jax
--find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tensorflow==2.11.1
tensorflow==2.13
numpy==1.22.2
2 changes: 1 addition & 1 deletion openfl-workspace/keras_cnn_mnist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow==2.11.1
tensorflow==2.13
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow==2.11.1
tensorflow==2.13
2 changes: 1 addition & 1 deletion openfl-workspace/keras_nlp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow==2.11.1
tensorflow==2.13
2 changes: 1 addition & 1 deletion openfl-workspace/keras_nlp_gramine_ready/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow-cpu==2.11.1
tensorflow-cpu==2.13
2 changes: 1 addition & 1 deletion openfl-workspace/tf_2dunet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nibabel
tensorflow==2.11.1
tensorflow==2.13
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion openfl-workspace/tf_cnn_histology/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pillow
tensorflow==2.11.1
tensorflow==2.13
tensorflow-datasets
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ def run(self):
'docker',
'dynaconf==3.1.7',
'flatten_json',
'grpcio~=1.48.2',
'grpcio>=1.56.2',
'ipykernel',
'jupyterlab',
'numpy',
'pandas',
'protobuf==3.19.6',
'protobuf>=3.20.3',
'requests',
'rich',
'scikit-learn',
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow==2.11.1
tensorflow==2.13

0 comments on commit 1b63301

Please sign in to comment.