From ad069c8d01ceaa9d8ed446ce07eeb4bdc8e17ae6 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 12 Nov 2024 10:29:41 -0500 Subject: [PATCH] State minimal version of duecredit to be 0.6.0 pip fails to deal with metadata of 0.5.0 due to missing __version__ --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 37b90e492..d51ac6fd2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -78,7 +78,7 @@ include = dandi* extensions = allensdk extras = - duecredit + duecredit >= 0.6.0 fsspec[http] style = flake8