* add remaining env updates Co-authored-by: Jacob Oursland <jacob.oursland@gmail.com> Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com>
9 lines
267 B
YAML
9 lines
267 B
YAML
name: freecad
|
|
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.
|