Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-x86_64:alma10
python_min:
- '3.10'
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
include:
- CONFIG: linux_64_
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
build_workspace_dir: build_artifacts
Expand Down
10 changes: 5 additions & 5 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
schema_version: 1

context:
version: "0.17.1"
version: "0.17.2"
python_min: "3.12"

recipe:
Expand All @@ -19,7 +19,7 @@ outputs:
version: ${{ version }}
source:
url: https://pypi.org/packages/source/h/hydra-kernel/hydra_kernel-${{ version }}.tar.gz
sha256: "d7e630cba90ccee2ff1eb47acd2687954fd26c598161d5c85841cfc6a83c4b4b"
sha256: "64b40058b7fbb9e3ed5d2a1b93c6db2bf3e2d90dd52b0bff063dc74b1b59ae6b"
build:
noarch: python
script:
Expand Down Expand Up @@ -48,7 +48,7 @@ outputs:
version: ${{ version }}
source:
url: https://pypi.org/packages/source/h/hydra-rdf/hydra_rdf-${{ version }}.tar.gz
sha256: "5b609b937769633ee2aea951d2a9ce30d28a9042cd581f02a98622bc26103e73"
sha256: "b043f9f553ab99f60ee32bab3a839516a7ee7fb663384177c8ef79b75a58b451"
build:
noarch: python
script:
Expand Down Expand Up @@ -77,7 +77,7 @@ outputs:
version: ${{ version }}
source:
url: https://pypi.org/packages/source/h/hydra-pg/hydra_pg-${{ version }}.tar.gz
sha256: "71ddf5632dab57376f12e4177d14d058fef9009860d38d3f6dd7e0a9c79d3871"
sha256: "d6ed2e40c082d26c4bc2423fab97df592dbfafa0158ebf775293f9d0b01941ca"
build:
noarch: python
script:
Expand Down Expand Up @@ -138,7 +138,7 @@ outputs:
version: ${{ version }}
source:
url: https://pypi.org/packages/source/h/hydra-python/hydra_python-${{ version }}.tar.gz
sha256: "6d6326058e1da9f656998c69e4140812b84b5decdb6ae3e9fc201b99bbbf5acb"
sha256: "6aa174dd9c4966a5fb6f03957e15a8d4317316ed1e9d0873da792e34b788982a"
build:
noarch: python
script:
Expand Down
Loading