From 12336d3627e95e85bc004324de5d4e44922032d2 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Tue, 15 Feb 2022 17:19:47 -0700 Subject: [PATCH] CI: Remove importlib_metadata from requirements This is no longer needed once we dropped Python 3.7 --- ci/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index d1a3875430a..3f5d4aa276b 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,3 @@ -importlib_metadata==4.11.1 importlib_resources==5.4.0 matplotlib==3.5.1 numpy==1.22.2