Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

mambabuild: requirement on python>=3.10.6 only built for python 3.11 #363

Open
dylon opened this issue Aug 7, 2023 · 0 comments
Open

mambabuild: requirement on python>=3.10.6 only built for python 3.11 #363

dylon opened this issue Aug 7, 2023 · 0 comments

Comments

@dylon
Copy link

dylon commented Aug 7, 2023

Hi, I have a meta.yaml script for mambabuild with the following requirements section:

requirements:
  host:
    - pip
    - python>=3.10.6
    - setuptools=65.5.0
  run:
    - Cerberus=1.3.4
    - Jinja2=3.1.2
    - PyYAML=6.0
    - click=8.1.6
    - numpy=1.25.1
    - python>=3.10.6
    - reactivex=4.0.4

When I build it with mambabuild, I expect a package or multiple packages that may be used for python 3.10 or python 3.11, however only a package for python 3.11 is created. How may I target multiple python versions?

I am using version 3.25.0:

$ conda mambabuild --version
conda-build 3.25.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant