Skip to content

Commit

Permalink
use specific snakebids branch instead of commit
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Mar 26, 2021
1 parent 9e1b8b7 commit 560161a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [ ]
Expand Down

0 comments on commit 560161a

Please sign in to comment.