From 53a89a0b7b80a33a3c9fb77a2a5592be4bd2517c Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:14:09 -0500 Subject: [PATCH] sdmetrics v0.14.0 (#21) * updated v0.14.0 * MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.11.22.26.35 * bumping version --------- Co-authored-by: Andrew Montanez --- .azure-pipelines/azure-pipelines-linux.yml | 1 + .ci_support/linux_64_.yaml | 7 +++++++ .scripts/build_steps.sh | 2 +- recipe/meta.yaml | 14 +++++++------- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index abcbeb9..875d996 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -13,6 +13,7 @@ jobs: UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 + variables: {} steps: # configure qemu binfmt-misc running. This allows us to run docker containers diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 6c59082..3166d1d 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,3 +1,7 @@ +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -6,3 +10,6 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index a4d638b..2f3df6c 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -65,7 +65,7 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then # Drop into an interactive shell /bin/bash else - conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ + conda-build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \ --extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}" diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b611ee8..f7d7d35 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "sdmetrics" %} -{% set version = "0.13.1" %} +{% set version = "0.14.0" %} package: @@ -8,7 +8,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sdmetrics-{{ version }}.tar.gz - sha256: fcbdaec40980a9550f4484fed29b8495a68c33b063109161fd166637534800e3 + sha256: e6055253aacd2d3f2192e56ce66df4d1f64787f9417f2b7c699ba0252192561d build: number: 0 @@ -19,16 +19,16 @@ requirements: host: - pip - pytest-runner >=2.11.1 - - python >=3.8,<3.12 + - python >=3.8,<3.13 run: - - copulas >=0.10.0,<0.11 + - copulas >=0.11.0 - numpy >=1.20.0,<2 - pandas >=1.1.3 - - plotly >=5.10.0,<6 - - python >=3.8,<3.12 + - plotly >=5.19.0,<6 + - python >=3.8,<3.13 - scikit-learn >=0.24,<2 - scipy >=1.5.4,<2 - - tqdm >=4.15,<5 + - tqdm >=4.29 test: imports: