From f7377c72492ae6408f07b2d41782425637f1af37 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:55:20 +0000 Subject: [PATCH 1/3] updated v0.7.3 --- recipe/meta.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a6a6828..2db8329 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pyhf" %} -{% set version = "0.7.2" %} +{% set version = "0.7.3" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: b769662580129fc14a7d779ee913808fb398ed2bc16b0a1ae666fc098ba6d37a + sha256: 175d5e69b0c73d161b7601c1ae158d4ddb3745c0eaea4c0d295f10cdac9ef9b4 build: noarch: python @@ -23,6 +23,13 @@ requirements: - hatchling >=1.13.0 - hatch-vcs >=0.3.0 run: + - iminuit + - jax + - matplotlib + - pytorch + - tensorflow + - tensorflow-probability + - uproot - python >=3.7 - scipy >=1.2.0 - click >=8.0.0 From eb11f8e8edf3c5e5170bda31912de1485369e02b Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:55:31 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.26.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.17.12.03.01 --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 974e878..a20f315 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -15,11 +15,6 @@ jobs: timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: | From 7f49e2de29ca3f975adabde86544549d98031e95 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 17 Aug 2023 12:57:22 -0500 Subject: [PATCH 3/3] Remove optional dependencies. --- recipe/meta.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2db8329..75af34b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,13 +23,6 @@ requirements: - hatchling >=1.13.0 - hatch-vcs >=0.3.0 run: - - iminuit - - jax - - matplotlib - - pytorch - - tensorflow - - tensorflow-probability - - uproot - python >=3.7 - scipy >=1.2.0 - click >=8.0.0