From d3774bc04ebe520cafc997d50bfb54066d931167 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 10 Apr 2023 08:53:10 -0400 Subject: [PATCH] BUG: Fix bug with requirements --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index ca96b5b9..eac04777 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,6 @@ install_requires=[ 'pyvista>=0.32.0', 'QtPy>=1.9.0', - "importlib_resources>=5.10.2; python_version<'3.9'", ], package_data={'pyvistaqt': [ os.path.join('data', '*.png'),