From d387661543a2b064c9645bd390fad1b228761f53 Mon Sep 17 00:00:00 2001 From: Merel Theisen <49397448+merelcht@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:57:51 +0100 Subject: [PATCH] Remove jmespath dependency (#3797) Signed-off-by: Merel Theisen Signed-off-by: Ahdra Merali --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4920d24f5..79a632fea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ dependencies = [ "gitpython>=3.0", "importlib-metadata>=3.6,<8.0; python_version >= '3.8'", "importlib_resources>=1.3,<7.0", # The `files()` API was introduced in `importlib_resources` 1.3 and Python 3.9. - "jmespath>=0.9.5", "more_itertools>=8.14.0", "omegaconf>=2.1.1", "parse>=1.19.0",