ilikecubesnstuff / commensurability

Packages for calculating orbit commensurabilities.
https://commensurability.readthedocs.io/en/latest/
MIT License
2 stars 2 forks source link

Python version limit and required libraries #2

Closed michael-petersen closed 1 year ago

michael-petersen commented 1 year ago

It looks like there is some >=Python 3.10 functionality scattered around. Starting a list here:

Perhaps get around by requiring Python 3.10?

michael-petersen commented 1 year ago

Another dependency:

michael-petersen commented 1 year ago

It actually appears that >=Python 3.11 is required, specifically to support:

ilikecubesnstuff commented 1 year ago

I've addressed all but the last point in the latest commit.

michael-petersen commented 1 year ago

I think this is all solved now by various testing schemes and upgrades.