From 479d9631559a03375a3c2029bf7bd4fb0771aeba Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Fri, 3 Dec 2021 11:41:06 +0100 Subject: [PATCH] Set training pkg python-requires<3.8 (due to TF 1.15.4 limit) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a3469df..6b60e49a 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def main(): ], package_dir={"": "training"}, packages=find_packages(where="training"), - python_requires=">=3.5, <4", + python_requires=">=3.5, <3.8", install_requires=install_requires, include_package_data=True, extras_require={