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

Bump conda-build to version 24.9.0 #48

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "conda-build" %}
{% set version = "24.7.1" %}
{% set version = "24.9.0" %}
{% set build_number = "0" %}
{% set sha256 = "be805c420edaa2ad7626064c08d2767fd7e1bbc5e32309bb5a1f2a1058512078" %}
{% set sha256 = "bc5d358f422fadeac7ec8d8fed499be0ee2cd3815ba1ab9c89db2081eebe6deb" %}


package:
Expand Down Expand Up @@ -73,7 +73,7 @@ test:
# updated submodules (can be dropped after 1-2 releases)
- conda_build.index
requires:
- setuptools
- setuptools <75.1.0 # temporary, see https://github.com/conda/conda-build/issues/5493
- pip
commands:
- python -m pip check
Expand Down