Skip to content

Commit 9aa101b

Browse files
Be more explicit about minimum requirements on zfit for tests
1 parent d563266 commit 9aa101b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ test = [
6868
"pytest",
6969
"pytest-cov",
7070
"pytest-runner",
71-
"zfit>=0.20.0;python_version<'3.13'",
71+
"zfit>=0.27.0;python_version<'3.14'",
7272
# 'hepstats[zfit];python_version<"3.13"', # not working, why?
7373
]
74-
zfit = ["zfit>=0.20.0"]
74+
zfit = ["zfit>=0.27.0"]
7575

7676

7777

0 commit comments

Comments
 (0)