diff --git a/pixi.toml b/pixi.toml index ba975fb3..de0d997c 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,24 +1,22 @@ +# -*- mode: toml -*- # This file was generated automatically from conda-smithy. To update this configuration, # update the conda-forge.yml and/or the recipe/meta.yaml. -# -*- mode: toml -*- +"$schema" = "https://pixi.sh/v0.59.0/schema/manifest/schema.json" -# VVVVVV minimum `pixi` version -"$schema" = "https://pixi.sh/v0.36.0/schema/manifest/schema.json" - -[project] +[workspace] name = "ray-packages-feedstock" -version = "3.52.3" # conda-smithy version used to generate this file +version = "3.53.2" # conda-smithy version used to generate this file description = "Pixi configuration for conda-forge/ray-packages-feedstock" authors = ["@conda-forge/ray-packages"] channels = ["conda-forge"] platforms = ["linux-64", "osx-64", "win-64"] +requires-pixi = ">=0.59.0" [dependencies] conda-build = ">=24.1" conda-forge-ci-setup = "4.*" rattler-build = "*" -[tasks] [tasks.inspect-all] cmd = "inspect_artifacts --all-packages" description = "List contents of all packages found in rattler-build build directory." @@ -124,7 +122,6 @@ description = "List contents of ray-packages-feedstock packages built for varian [feature.smithy.dependencies] conda-smithy = "*" -shellcheck = "*" [feature.smithy.tasks.build-locally] cmd = "python ./build-locally.py" description = "Build packages locally using the same setup scripts used in conda-forge's CI" @@ -140,5 +137,6 @@ description = "Lint the feedstock recipe" [environments] smithy = ["smithy"] + # This is a copy of default, to be enabled by build_steps.sh during Docker builds # __PLATFORM_SPECIFIC_ENV__ = [] diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 8ec49733..1ee5c8aa 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -2,7 +2,7 @@ schema_version: 1 context: - version: "2.51.1" + version: "2.52.0" recipe: name: ray-packages @@ -10,7 +10,7 @@ recipe: source: url: https://github.com/ray-project/ray/archive/ray-${{ version }}.tar.gz - sha256: 59b9aa8e5aada6e6b2f7b6db5561ac54acd9aaf0352de8316cb9d300427147b8 + sha256: 0028196fd397cc510e38972e767379e59e99cdc65d08d5b4d0302e4b66bc15b9 patches: - patches/0001-Disable-making-entry-scripts.patch - patches/0002-Ignore-warnings-in-event.cc-and-logging.cc.patch