From f4605da74b63cd56ec5678f01c983179b6d2b23d Mon Sep 17 00:00:00 2001 From: Cheng Xing Date: Fri, 23 Jun 2023 16:37:36 -0700 Subject: [PATCH] Set cachetools min version to 5.3 (#6161) --- cirq-ft/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cirq-ft/requirements.txt b/cirq-ft/requirements.txt index 6afd4292ee2..e0eb53a8fb3 100644 --- a/cirq-ft/requirements.txt +++ b/cirq-ft/requirements.txt @@ -1,5 +1,5 @@ attrs -cachetools +cachetools>=5.3 ipywidgets nbconvert nbformat