Skip to content

Commit

Permalink
Merge pull request #99 from zfit/update_tfpwa_deps
Browse files Browse the repository at this point in the history
chore: update tfpwa deps
  • Loading branch information
jonas-eschle authored Nov 12, 2024
2 parents 6a8ae3d + a4b57c6 commit b0839e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
run: |
which python
python -V
uv pip install -e ".[dev]" tfpwa@git+https://github.com/jiangyi15/tf-pwa
uv pip install zfit@git+https://github.com/zfit/zfit
uv pip install -e ".[dev]" zfit@git+https://github.com/zfit/zfit
- name: Test with pytest
run: |
ZFIT_DO_JIT=${{ matrix.jit }}
Expand Down
7 changes: 1 addition & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,7 @@ repos:
- pyupgrade
args:
- --py39-plus
- repo: https://github.com/mgedmin/check-manifest
rev: '0.50'
hooks:
- id: check-manifest
args: [--no-build-isolation]
additional_dependencies: ['hatch-vcs', 'hatchling>=1.17.1']

- repo: https://github.com/sondrelg/pep585-upgrade
rev: v1.0
hooks:
Expand Down
13 changes: 0 additions & 13 deletions MANIFEST.in

This file was deleted.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ compwa = [
pyhf = [
"pyhf",
]
all = ["zfit-physics[pyhf,compwa]"]
tfpwa = [
"tfpwa>=0.2.2",
]
all = ["zfit-physics[pyhf,compwa,tfpwa]"]
test = [
"pytest",
"pytest-cov",
Expand Down

0 comments on commit b0839e2

Please sign in to comment.