Align Python version requirements between pip and conda#721
Merged
GregaVrbancic merged 3 commits intofix-depsfrom Nov 21, 2025
Merged
Align Python version requirements between pip and conda#721GregaVrbancic merged 3 commits intofix-depsfrom
GregaVrbancic merged 3 commits intofix-depsfrom
Conversation
…ct.toml Co-authored-by: GregaVrbancic <[email protected]>
Copilot
AI
changed the title
[WIP] Update dependencies and conda build from feedback
Align Python version requirements between pip and conda
Nov 21, 2025
GregaVrbancic
approved these changes
Nov 21, 2025
GregaVrbancic
added a commit
that referenced
this pull request
Nov 21, 2025
* fix: dependecies and conda build * fix: add setuptools and wheel to conda build requirements * ci: use short CONDA_BLD_PATH and CONDA_PKGS_DIRS to avoid long path errors * fix: add missing files * fix: use inline script instead of build.sh file to avoid conda-build conflict * fix: remove outdated conda-verify step (doesn't support Python 3.13) * fix: update workflows to use modern .conda package format instead of .tar.bz2 * Update conda/meta.yaml Co-authored-by: Copilot <[email protected]> * Update pyproject.toml Co-authored-by: Copilot <[email protected]> * Align Python version requirements between pip and conda (#721) * Initial plan * fix: align Python version requirement in conda/meta.yaml with pyproject.toml Co-authored-by: GregaVrbancic <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: GregaVrbancic <[email protected]> Co-authored-by: Grega Vrbančič <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: GregaVrbancic <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Python version constraint in
conda/meta.yamlwas>=3.9,<3.14whilepyproject.tomlspecified>=3.10,<3.14, causing conda packages to support Python 3.9 when the pip package doesn't.Changes
conda/meta.yamlto require>=3.10,<3.14in bothhostandrunsections✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.