zhangrengang / SubPhaser

Phase, partition and visualize subgenomes of a neoallopolyploid or hybrid based on the subgenome-specific repetitive kmers.
https://doi.org/10.1111/nph.18173
GNU General Public License v3.0
54 stars 12 forks source link

Invalid specifier: '>=3.6:' #20

Open kfuku52 opened 1 year ago

kfuku52 commented 1 year ago

With python 3.9, I got the following error with python setup.py install when installing the latest SubPhaser.

> python setup.py install
error in subphaser setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.6:'

The installation worked well after replacing python_requires='>=3.6:' with python_requires='>=3.6' in setup.py.

zhangrengang commented 1 year ago

Ok, I will fix it for compatibility. Thank you.