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

add run-constrains on conda-build to conda 23.9.0 #209

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

dholth
Copy link
Contributor

@dholth dholth commented Oct 5, 2023

@dholth
Copy link
Contributor Author

dholth commented Oct 5, 2023

Tested locally, produces e.g.

    "conda-23.9.0-py38h06a4308_0.tar.bz2": {
      "constrains": [
        "conda-build >=3.18.3",
        "conda-content-trust >=0.1.1",
        "conda-libmamba-solver >=23.7.0",
        "conda-env >=2.6",
        "conda-build >=3.27"
      ]
    },

Need to update to remove other conda-build constrains.

@dholth
Copy link
Contributor Author

dholth commented Oct 5, 2023

Updated version produces

 "conda-23.9.0-py310hd43f75c_0.tar.bz2": {
      "constrains": [
        "conda-content-trust >=0.1.1",
        "conda-libmamba-solver >=23.7.0",
        "conda-env >=2.6",
        "conda-build >=3.27"
      ]
    },

@dholth dholth merged commit 86c15f8 into master Oct 5, 2023
2 checks passed
@dholth dholth deleted the 5026-conda-build-removed-get-prefix branch October 5, 2023 18:31
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.

None yet

2 participants