ReproNim / neurodocker

Generate custom Docker and Singularity images, and minimize existing containers
https://www.repronim.org/neurodocker/
Apache License 2.0
326 stars 97 forks source link

unclear why python 3.10 is more required to pass than latest python #553

Closed Remi-Gau closed 1 year ago

Remi-Gau commented 1 year ago

image

kaczmarj commented 1 year ago

This is because I set 3.10 as required when 3.10 was the latest python. The “required” label can be removed.Best,JakubOn Aug 22, 2023, at 06:42, Remi Gau @.***> wrote:

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

kaczmarj commented 1 year ago

i have removed python 3.10 from the required set. now none are required explicitly.