openneuropet / PET2BIDS

PET2BIDS helps you convert your PET data into BIDS! raw PET scanner files (e.g. ecat, dicom) and additional side files like .e.g excel sheets -- paper @JOSS https://doi.org/10.21105/joss.06067
https://pet2bids.readthedocs.io
MIT License
25 stars 20 forks source link

Python version requirement #289

Closed liningpan closed 5 months ago

liningpan commented 5 months ago

Describe the bug Unable to install pypet2bids with Python 3.11 newer than 3.11.6

It appears that the python version requirement is changed from 3.11 to 3.11.6 in the pull request, even though previously people encountered issues with the Python version requirement being too specific (#219).

https://github.com/openneuropet/PET2BIDS/pull/257/files#diff-1916575efd06c3ada6363d605addf2916b41c9ac75e73bf2a520c30ae3c79ce9R12-L14.

bendhouseart commented 5 months ago

Hmm, this is poetry being a devil, going to roll this into PR #292.