Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant