From 4434162826e2592cf684fa08c933c1497a09b68c Mon Sep 17 00:00:00 2001 From: Khurram Ghani Date: Fri, 20 Sep 2024 16:45:26 +0100 Subject: [PATCH] Revert "Attempt fix for CI error with py3.9 & TF2.6.0" This reverts commit 1551efecbff3ea8dbd4ed1265240c458c39fea1e. --- tests_requirements_38_39.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests_requirements_38_39.txt b/tests_requirements_38_39.txt index ca372f3b..dc553097 100644 --- a/tests_requirements_38_39.txt +++ b/tests_requirements_38_39.txt @@ -1,5 +1,4 @@ # Test requirements specific to Python 3.8 and 3.9 -setuptools<72 # Need to avoid error: "AttributeError: module 'setuptools.dist' has no attribute 'check_test_suite'" # Code quality tools: black==21.7b0