From 045e53d08adf66fa517794fef8af6c3528394736 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sun, 21 Jan 2024 17:14:36 +0000 Subject: [PATCH 1/4] updated v0.27.2 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ef660aa..d074a38 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.27.1" %} +{% set version = "0.27.2" %} {% set pypi_package_name = "u8darts" %} package: @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ pypi_package_name[0] }}/{{ pypi_package_name }}/{{ pypi_package_name }}-{{ version }}.tar.gz - sha256: cefcba3df2ea10a686d4c46baf36b62e45122a892525148377512325397b9b5a + sha256: f55c2054889ca130e6402dd1dd5c7b25c9644b633e9b6069da750b80e04023bd build: number: 0 From 0a39767cef2ff6c574d267b058cb995bd4eae9f3 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sun, 21 Jan 2024 17:14:40 +0000 Subject: [PATCH 2/4] MNT: Re-rendered with conda-build 3.28.4, conda-smithy 3.30.4, and conda-forge-pinning 2024.01.21.09.19.22 --- .gitignore | 25 +++++++++++++++++++++++-- .scripts/build_steps.sh | 6 ------ .scripts/run_docker_build.sh | 6 ++++++ 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index c89ecb7..179afe5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,24 @@ -*.pyc +# User content belongs under recipe/. +# Feedstock configuration goes in `conda-forge.yml` +# Everything else is managed by the conda-smithy rerender process. +# Please do not modify + +# Ignore all files and folders in root +* +!/conda-forge.yml + +# Don't ignore any files/folders if the parent folder is 'un-ignored' +# This also avoids warnings when adding an already-checked file with an ignored parent. +!/**/ +# Don't ignore any files/folders recursively in the following folders +!/recipe/** +!/.ci_support/** -build_artifacts +# Since we ignore files/folders recursively, any folders inside +# build_artifacts gets ignored which trips some build systems. +# To avoid that we 'un-ignore' all files/folders recursively +# and only ignore the root build_artifacts folder. +!/build_artifacts/** +/build_artifacts + +*.pyc diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 5382195..f017291 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -54,12 +54,6 @@ if [[ -f "${FEEDSTOCK_ROOT}/LICENSE.txt" ]]; then cp "${FEEDSTOCK_ROOT}/LICENSE.txt" "${RECIPE_ROOT}/recipe-scripts-license.txt" fi -if [[ "${sha:-}" == "" ]]; then - pushd ${FEEDSTOCK_ROOT} - sha=$(git rev-parse HEAD) - popd -fi - if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then if [[ "x${BUILD_OUTPUT_ID:-}" != "x" ]]; then EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --output-id ${BUILD_OUTPUT_ID}" diff --git a/.scripts/run_docker_build.sh b/.scripts/run_docker_build.sh index b70ef01..00f377a 100755 --- a/.scripts/run_docker_build.sh +++ b/.scripts/run_docker_build.sh @@ -21,6 +21,12 @@ if [ -z ${FEEDSTOCK_NAME} ]; then export FEEDSTOCK_NAME=$(basename ${FEEDSTOCK_ROOT}) fi +if [[ "${sha:-}" == "" ]]; then + pushd "${FEEDSTOCK_ROOT}" + sha=$(git rev-parse HEAD) + popd +fi + docker info # In order for the conda-build process in the container to write to the mounted From 7179949b3500383e33d643d8fa1bcaedd9a0c8f9 Mon Sep 17 00:00:00 2001 From: Dennis Bader Date: Sun, 21 Jan 2024 18:46:13 +0100 Subject: [PATCH 3/4] Update meta.yaml --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d074a38..28517fc 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -129,7 +129,7 @@ outputs: run: - python >=3.8 - {{ pin_subpackage("u8darts", exact=True) }} - - pytorch-lightning >=1.5.0 + - pytorch-lightning >=1.5.0, <=2.1.2 - tensorboardx >=2.1 - pytorch >=1.8.0 From bb5685c72dc22e337adc4b39048b047de9e5c834 Mon Sep 17 00:00:00 2001 From: Dennis Bader Date: Sun, 21 Jan 2024 19:24:38 +0100 Subject: [PATCH 4/4] update lightning in all flavors --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 28517fc..3b677fe 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -174,7 +174,7 @@ outputs: run: - python >=3.8 - {{ pin_subpackage("u8darts", exact=True) }} - - pytorch-lightning >=1.5.0 + - pytorch-lightning >=1.5.0, <=2.1.2 - tensorboardx >=2.1 - pytorch >=1.8.0 - catboost >=1.0.6