From b2a404f4e44b66d711007a653de416109337a37c Mon Sep 17 00:00:00 2001 From: Jon Clucas Date: Fri, 6 Sep 2024 20:30:14 -0400 Subject: [PATCH] FIX: Use standard library `pathlib` --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 158a9013..4607288f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,6 @@ install_requires = scipy >= 1.6.0 nibabel >= 3.0 h5py - pathlib test_requires = pytest pytest-cov