Conda: Use python 3.11.*, not 3.11 which is 3.11.0.

This commit is contained in:
Jacob Oursland
2023-12-18 13:23:08 -08:00
parent 9b1da7b3b3
commit dd16a4d5c3

View File

@@ -3,6 +3,6 @@ channels:
- conda-forge
dependencies:
- conda-devenv
- mamba==1.4.9 # NOTE: Pin to highest version supported by the devenv
- python==3.11 # dependencies. If a higher version is installed, a crash
# occurs during the downgrade process.
- mamba==1.4.9 # NOTE: Pin to highest version supported by the devenv
- python==3.11.* # dependencies. If a higher version is installed, a crash
# occurs during the downgrade process.