Skip to content

Commit e0fb825

Browse files
committed
docs,build: updated dependencies
1 parent e0b5390 commit e0fb825

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ MacOS Monterey 12.2.1 (21D62)
4343
- python version : 3.9.7.final.0
4444

4545
## Libraries:
46-
- tensorflow-macos==2.7.0
47-
- tensorflow-metal==0.3.0
46+
- tensorflow-macos==2.8.0
47+
- tensorflow-metal==0.4.0
4848

4949
## Setting up an M1 for tensorflow:
5050
1. First install xcode-select command-line utilities.

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jupyter-console==6.4.0
5454
jupyter-core==4.9.1
5555
jupyterlab-pygments==0.1.2
5656
jupyterlab-widgets==1.0.2
57-
keras==2.7.0
57+
keras==2.8.0
5858
Keras-Preprocessing==1.1.2
5959
kiwisolver==1.3.2
6060
libclang==12.0.0
@@ -111,11 +111,11 @@ Send2Trash==1.8.0
111111
setuptools==59.4.0
112112
six==1.15.0
113113
sklearn==0.0
114-
tensorboard==2.6.0
114+
tensorboard==2.8.0
115115
tensorboard-data-server==0.6.0
116116
tensorboard-plugin-wit==1.8.1
117-
tensorflow==2.7.0
118-
tensorflow-estimator==2.7.0
117+
tensorflow==2.8.0
118+
tensorflow-estimator==2.8.0
119119
termcolor==1.1.0
120120
terminado==0.12.1
121121
testpath==0.5.0

requirements_m1.txt

+6-5
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jupyter-console==6.4.0
5454
jupyter-core==4.9.1
5555
jupyterlab-pygments==0.1.2
5656
jupyterlab-widgets==1.0.2
57-
keras==2.7.0
57+
keras==2.8.0
5858
Keras-Preprocessing==1.1.2
5959
kiwisolver==1.3.2
6060
libclang==12.0.0
@@ -111,15 +111,16 @@ Send2Trash==1.8.0
111111
setuptools==59.4.0
112112
six==1.15.0
113113
sklearn==0.0
114-
tensorboard==2.6.0
114+
tensorboard==2.8.0
115115
tensorboard-data-server==0.6.0
116116
tensorboard-plugin-wit==1.8.1
117-
tensorflow-estimator==2.7.0
118-
tensorflow-macos==2.7.0
119-
tensorflow-metal==0.3.0
117+
tensorflow-estimator==2.8.0
118+
tensorflow-macos==2.8.0
119+
tensorflow-metal==0.4.0
120120
termcolor==1.1.0
121121
terminado==0.12.1
122122
testpath==0.5.0
123+
tf-estimator-nightly==2.8.0.dev2021122109
123124
threadpoolctl==3.0.0
124125
tornado==6.1
125126
tqdm==4.62.3

0 commit comments

Comments
 (0)