I have an internal package that requires python 3.10 and this is reflected in the setup.cfg. When Installing the package with any python version less than 3.10, pip ...
When creating the Anaconda development environment using the environment.yml file, the resulting environment has python version 3.10.11. If I try to enforce the python version to be 3.11 by changing ...