diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index b5e7def..10613e1 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "Operating System :: OS Independent" ], install_requires=[ - "tensorflow==1.14.0", + "tensorflow==2.11.1", "tensorflow-gpu==1.14.0", "tensorboard==1.14.0", "matplotlib>=3.1.3",