Conda: Unpin packages post miniforge upgrade.

Miniforge has upgraded from 23.x.y to 24.x.y, permitting the unpinning of dependencies.
Furthermore, these pinned packages cause build issues with the latest version of Miniforge.
This commit is contained in:
Jacob Oursland
2024-03-24 15:53:42 -06:00
committed by Chris Hennes
parent d5b90e50af
commit e5d4f0e38e
2 changed files with 3 additions and 4 deletions

View File

@@ -3,6 +3,5 @@ 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
- python==3.11.*

View File

@@ -73,7 +73,7 @@ dependencies:
- graphviz
- hdf5
- libcxx
- mamba==1.4.9
- mamba
- matplotlib
- ninja
- numpy