-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAINT: Loosen installation restrictions #269
Conversation
Codecov Report
@@ Coverage Diff @@
## master #269 +/- ##
==========================================
+ Coverage 83.09% 87.35% +4.26%
==========================================
Files 25 25
Lines 1851 1851
Branches 278 278
==========================================
+ Hits 1538 1617 +79
+ Misses 281 204 -77
+ Partials 32 30 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
i'm not sure why pypy is installed and not cpython... is this just a case of the cache needing to be cleared? |
We had this issue a couple weeks ago with niworkflows or something. I think the conda-forge builds of Python are now treating cpython and pypy as variant builds of Python, and pypy is lexically later than cpython so is seen as more recent by the resolver. Sometimes. |
I guess clearing the cache worked... good to merge? |
We'll see. |
Since sdcflows is nipreps middleware and will be used by various tools, we should not be overtly strict on installations.