From 560161a27e8ee361987e6ddb6cd2a053d1a3c783 Mon Sep 17 00:00:00 2001 From: akhanf Date: Fri, 26 Mar 2021 16:07:18 -0400 Subject: [PATCH] use specific snakebids branch instead of commit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb78987..2323fe7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open('HISTORY.rst') as history_file: history = history_file.read() -requirements = ['snakebids @ git+https://github.com/akhanf/snakebids.git@90b8a14bb4245e7a69d25745062848bef7a6182a', +requirements = ['snakebids @ git+https://github.com/akhanf/snakebids.git@suffix_wildcard', 'pydicom' ] setup_requirements = [ ]