From 1f59c7dc0450b172a3cbe2bc492b320d4d531c7f Mon Sep 17 00:00:00 2001 From: Alex Fomenko Date: Fri, 28 Feb 2020 23:44:17 +0500 Subject: [PATCH] Add setuptools to the requirements.txt Before that I got the error on macOS 10.15.3: "tensorboard 1.15.0 has requirement setuptools>=41.0.0, but you'll have setuptools 40.8.0 which is incompatible." --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5c4a38d53..a03e7f170 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,7 @@ opt-einsum==3.1.0 protobuf==3.11.2 PyYAML==5.3 scipy==1.4.1 +setuptools==45.2.0 six==1.14.0 tensorboard==1.15.0 tensorflow==1.15.0 @@ -21,4 +22,4 @@ tensorflow-estimator==1.15.1 termcolor==1.1.0 tqdm==4.41.1 Werkzeug==0.16.0 -wrapt==1.11.2 \ No newline at end of file +wrapt==1.11.2