Skip to content

Commit

Permalink
MAINT: install ComPWA/qrules@47e0c29
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 19, 2024
1 parent a1d4c94 commit 0753efd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"attrs >=20.1.0", # on_setattr and https://www.attrs.org/en/stable/api.html#next-gen
"qrules >=0.9.6",
"qrules @ git+https://github.com/ComPWA/qrules@47e0c29",
"sympy >=1.10",
"xxhash>=3.5.0",
]
Expand Down
4 changes: 2 additions & 2 deletions tests/sympy/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class TestLargeHash:
@pytest.mark.parametrize(
("expected_hash", "formalism"),
[
("UNSTABLE-HASH", "canonical-helicity"),
("UNSTABLE-HASH", "helicity"),
("de995528a15267dd3a72fe6c5dfa6136", "canonical-helicity"),
("61c08ea813390cfbae8b083a89a5673a", "helicity"),
],
)
def test_reaction(self, expected_hash: str, formalism: SpinFormalism):
Expand Down
11 changes: 4 additions & 7 deletions uv.lock

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

0 comments on commit 0753efd

Please sign in to comment.