There is a mismatch in the different versions of python:
- The
make install commands creates a conda environment with python=3.8 (harcoded in environment.yml)
- The
setup.py file requires python>=3.7.0
- The CI tests
python=3.10 (see the .github/documentation.yml and .github/pr_validation.yml) or python=3.7 (cf linting.yml)
These versions should be harmonized.
There is a mismatch in the different versions of python:
make installcommands creates a conda environment withpython=3.8(harcoded inenvironment.yml)setup.pyfile requirespython>=3.7.0python=3.10(see the.github/documentation.ymland.github/pr_validation.yml) orpython=3.7(cflinting.yml)These versions should be harmonized.