Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 21, 2025

The Python version constraint in conda/meta.yaml was >=3.9,<3.14 while pyproject.toml specified >=3.10,<3.14, causing conda packages to support Python 3.9 when the pip package doesn't.

Changes

  • Updated conda/meta.yaml to require >=3.10,<3.14 in both host and run sections

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits November 21, 2025 11:55
…ct.toml

Co-authored-by: GregaVrbancic <1894788+GregaVrbancic@users.noreply.github.com>
Copilot AI changed the title [WIP] Update dependencies and conda build from feedback Align Python version requirements between pip and conda Nov 21, 2025
Copilot AI requested a review from GregaVrbancic November 21, 2025 11:57
@GregaVrbancic GregaVrbancic marked this pull request as ready for review November 21, 2025 11:58
@GregaVrbancic GregaVrbancic merged commit 8a98682 into fix-deps Nov 21, 2025
4 checks passed
@GregaVrbancic GregaVrbancic deleted the copilot/sub-pr-720 branch November 21, 2025 11:58
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 <175728472+Copilot@users.noreply.github.com>

* Update pyproject.toml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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 <1894788+GregaVrbancic@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: GregaVrbancic <1894788+GregaVrbancic@users.noreply.github.com>
Co-authored-by: Grega Vrbančič <grega.vrbancic@gmail.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: GregaVrbancic <1894788+GregaVrbancic@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants