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:
committed by
Chris Hennes
parent
d5b90e50af
commit
e5d4f0e38e
@@ -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.*
|
||||
|
||||
@@ -73,7 +73,7 @@ dependencies:
|
||||
- graphviz
|
||||
- hdf5
|
||||
- libcxx
|
||||
- mamba==1.4.9
|
||||
- mamba
|
||||
- matplotlib
|
||||
- ninja
|
||||
- numpy
|
||||
|
||||
Reference in New Issue
Block a user