Skip to content

Commit 86bfaba

Browse files
committed
what if we skip 2.3.4?
1 parent 03aa098 commit 86bfaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
# c.f. https://github.com/scikit-hep/pyhf/issues/2593 for excluded v1.16.x versions
5252
"scipy>=1.5.2,!=1.16.0,!=1.16.1,!=1.16.2", # requires numpy, which is required by pyhf
5353
"tqdm>=4.56.0", # for readxml
54-
"numpy", # compatible versions controlled through scipy
54+
"numpy!=2.3.4", # compatible versions controlled through scipy
5555
]
5656

5757
[project.scripts]

0 commit comments

Comments
 (0)