From 13fbe14901ecfccd3cc48fd2422ee947c0f29516 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Wed, 24 Nov 2021 11:11:29 -0600 Subject: [PATCH] Update scikit-hep-testdata to v0.4.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c73360cca0..409f28c066 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ + extras_require['contrib'] + extras_require['shellcomplete'] + [ - 'scikit-hep-testdata>=0.4.10', + 'scikit-hep-testdata>=0.4.11', 'pytest>=6.0', 'pytest-cov>=2.5.1', 'pytest-mock',