Skip to content

Commit

Permalink
MNT: Rerender the recipe with grayskull (#27)
Browse files Browse the repository at this point in the history
* MNT: Rerender the recipe with grayskull

* Update the recipe by using and comparing the 'grayskull pypi pyhf'
  differences.
   - Use '--no-deps --no-build-isolation' at install.
   - Update doc strings.
* Bump build number.

* MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.41.1, and conda-forge-pinning 2024.10.01.17.37.14

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
matthewfeickert and conda-forge-webservices[bot] authored Oct 2, 2024
1 parent 89e2877 commit ad26ea4
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ package:
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pyhf-{{ version }}.tar.gz
sha256: d41d9cdce5555863a77a37efd0784ad81d84b817295aa07ebc1cfa5ec50cc78c

build:
noarch: python
number: 1
script: {{ PYTHON }} -m pip install . -vv
entry_points:
- pyhf = pyhf.cli:cli
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 2

requirements:
host:
Expand Down Expand Up @@ -60,8 +60,9 @@ about:
multi-bin histogram-based analysis and its interval estimation is based on
the asymptotic formulas of "Asymptotic formulae for likelihood-based tests
of new physics" [arXiv:1007.1727]. The aim is also to support modern
computational graph libraries such as PyTorch and TensorFlow in order to
make use of features such as autodifferentiation and GPU acceleration.
computational graph libraries such as PyTorch, JAX, and TensorFlow in order
to make use of features such as automatic differentiation and GPU
acceleration.
doc_url: https://pyhf.readthedocs.io/
dev_url: https://github.com/scikit-hep/pyhf

Expand Down

0 comments on commit ad26ea4

Please sign in to comment.