From e2d1580995d784d9f87ccd638a93fc3bdb42c9fd Mon Sep 17 00:00:00 2001 From: "Olusegun O." <50618702+segestic@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:38:27 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9983ef777d..044beb8e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,6 @@ authors = [ dependencies = [ "typing-extensions>=4.5.0", "numpy>=1.20.0", - "diskcache>=5.6.1", "jinja2>=2.11.3", ] requires-python = ">=3.8"