neurodocker
neurodocker copied to clipboard
[WIP] Upgraded click and black dependencies as they are now compatible
Pretty sure that the bug I suspect was the reason you fixed the versions of these dependencies has now been resolved (will see how the CI goes).
Not sure if you are aware of this issue @kaczmarj, but it appears the errors above are caused by the JSON schema validation failing when attempting to process install instructions where the opts item in the parsed dictionary is None. Not sure why this would be the case though as the way I read the schema the type of the opts item can either be 'string' or 'null'
closed via #482