Skip to content

Commit

Permalink
Change channel order because 6.0.0rc2 also satisfies specification "6…
Browse files Browse the repository at this point in the history
….0.0" in the conda solve.
  • Loading branch information
mrclary committed Sep 6, 2024
1 parent d859b83 commit 47a2874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installers-conda/build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ def _create_conda_lock(env_type='base'):

definitions = {
"channels": [
CONDA_BLD_PATH,
"conda-forge",
"conda-forge/label/spyder_dev",
"conda-forge/label/spyder_kernels_rc",
"conda-forge"
CONDA_BLD_PATH,
],
"dependencies": [k + v for k, v in specs.items()],
"platforms": [TARGET_PLATFORM]
Expand Down

0 comments on commit 47a2874

Please sign in to comment.