Skip to content

Commit 8a98682

Browse files
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>
1 parent b41176d commit 8a98682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ build:
1515

1616
requirements:
1717
host:
18-
- python >=3.9,<3.14
18+
- python >=3.10,<3.14
1919
- pip
2020
- poetry-core >=1.0.0
2121
- setuptools
2222
- wheel
2323
run:
24-
- python >=3.9,<3.14
24+
- python >=3.10,<3.14
2525
- numpy >=2.1.1
2626
- pandas >=2.2.3
2727
- openpyxl >=3.1.5

0 commit comments

Comments
 (0)