Pin pybids version to fix upath protocol compatibility issue#1026
Pin pybids version to fix upath protocol compatibility issue#1026arovai wants to merge 2 commits intoPennLINC:masterfrom
Conversation
Fixes PennLINC#1025 The error 'Protocol not known: bids' occurred due to version incompatibility between pybids and upath. This commit pins pybids to version >= 0.15.0, < 0.16.0 to ensure a compatible version is installed that works properly with the rest of the dependencies.
|
Thanks for opening this pull request! We have detected this is the first time for you to contribute to QSIPrep. Please check out our contributing guidelines. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1026 +/- ##
=========================================
Coverage ? 46.28%
=========================================
Files ? 65
Lines ? 9814
Branches ? 1088
=========================================
Hits ? 4542
Misses ? 5036
Partials ? 236 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I'm hoping to overhaul the management of Python dependencies in #1028 soon so I may re-implement this once that is merged. |
Fixes #1025
The error 'Protocol not known: bids' occurred due to version incompatibility between pybids and upath. This commit pins pybids to version >= 0.15.0, < 0.16.0 to ensure a compatible version is installed that works properly with the rest of the dependencies.