Skip to content

Commit c5cbdba

Browse files
committed
restrict tfp
1 parent d6c373f commit c5cbdba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Homepage = "https://github.com/scikit-hep/pyhf"
6969
shellcomplete = ["click_completion"]
7070
# NOTE: macos x86 support is deprecated from tensorflow v2.17.0 onwards.
7171
tensorflow = [
72-
"tensorflow >= 2.18", # see https://github.com/tensorflow/probability/issues/1854
73-
"tensorflow-probability[tf]>=0.24.0" # c.f. PR #2452
72+
# see https://github.com/tensorflow/probability/issues/1854
73+
"tensorflow-probability[tf]>=0.24.0,!=0.25.0" # c.f. PR #2452
7474
]
7575
torch = ["torch>=1.10.0"] # c.f. PR #1657
7676
jax = [

0 commit comments

Comments
 (0)