We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03aa098 commit 86bfabaCopy full SHA for 86bfaba
pyproject.toml
@@ -51,7 +51,7 @@ dependencies = [
51
# c.f. https://github.com/scikit-hep/pyhf/issues/2593 for excluded v1.16.x versions
52
"scipy>=1.5.2,!=1.16.0,!=1.16.1,!=1.16.2", # requires numpy, which is required by pyhf
53
"tqdm>=4.56.0", # for readxml
54
- "numpy", # compatible versions controlled through scipy
+ "numpy!=2.3.4", # compatible versions controlled through scipy
55
]
56
57
[project.scripts]
0 commit comments