From d087f7366ebf1053e62de1e924e2a2a5a3161358 Mon Sep 17 00:00:00 2001 From: Benson Ma Date: Mon, 22 Jul 2024 14:42:00 -0700 Subject: [PATCH] [fbgemm_gpu] Fix setuptools version - Fix setuptools version to be >= 71.0.3 to get the fix for https://github.com/pypa/setuptools/issues/4476 (affects Nova CI) --- fbgemm_gpu/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fbgemm_gpu/requirements.txt b/fbgemm_gpu/requirements.txt index 29b7f9d5e..2b3b4dcf7 100644 --- a/fbgemm_gpu/requirements.txt +++ b/fbgemm_gpu/requirements.txt @@ -10,6 +10,7 @@ # * https://github.com/nod-ai/SHARK/issues/2095 # * https://github.com/jianyicheng/mase-docker/pull/9 +backports.tarfile build cmake hypothesis