-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update dependencies to latest versions (#972)
Update dependencies to their latest versions as of 2024-04-15 (apart from `conda-forge-pinning` and `python`) and adjust code accordingly. --------- feat: Update dependencies to latest versions Remove outdated workaround in container creation Avoid removed DataFrame.append in test fixture Use update_index from conda-index Use python=3.10 for now We can switch to >=3.11 later, e.g., when we build for >=3.11 generally and/or the conda-forge/linux-anvil-* base containers use python>3.10. Use upstream ruamel.yaml package ruamel_yaml was only meant as a temporary workaround and we don't update it anymore. Run conda index instead of making invalid repodata feat: Update dependencies to latest versions chore: CI: Use conda for test env creation chore: CI: Run conda create quietly; list packages chore: CI: Run conda info --verbose conda info --all got deprecated in favor of --verbose. fix: Workaround conda-mambabuild needs local channel prepopulated if referenced via "-c local" for newer conda/conda-build versions (not sure why, TBH). --------- Signed-off-by: Marcel Bargull <[email protected]>
- Loading branch information
Showing
14 changed files
with
112 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.