Mouse-Imaging-Centre / pydpiper

Python code for flexible pipeline control
Other
24 stars 10 forks source link

pydpiper setup.py specifies >3.5 however since f-strings are used we need 3.6 #433

Closed gdevenyi closed 4 years ago

gdevenyi commented 4 years ago

https://github.com/Mouse-Imaging-Centre/pydpiper/blob/master/setup.py#L8

https://github.com/Mouse-Imaging-Centre/pydpiper/blob/2c2e390776f1b933832ce874d49d26e756534eb1/pydpiper/core/arguments.py#L115

See #432 for an install failure triggered by this.

gdevenyi commented 4 years ago

https://docs.python.org/3/whatsnew/3.6.html#pep-498-formatted-string-literals

nzxwang commented 4 years ago

This was fixed by d80bb9b993f0a7994a0c54b62ea0cbe3ee8b9ce9