Python==3.8 and ruff==0.7.1 in the same env - can't be!

In environment.yml line 25 it says Python=3.8
Trying to install the full environment for monty I came across ruff==0.7.1 what is - as conda reports - impossible, this version of ruff needs a much newer Python.
Can someone who knows more than me fix these things in the github repository, please?
Happy coding and nice results,
Gerhard

Hey there,

I was able to get Conda working with Python 3.8. Also, that version of Ruff it totally compatible with python 3.7 onwards. So you should be good there. Probably just Conda being Conda.

Are you just trying to get it up and running for the first time now? What environment are you trying to install on?