Skip to content

Commit

Permalink
restrict tfp
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Dec 21, 2024
1 parent d6c373f commit c5cbdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Homepage = "https://github.com/scikit-hep/pyhf"
shellcomplete = ["click_completion"]
# NOTE: macos x86 support is deprecated from tensorflow v2.17.0 onwards.
tensorflow = [
"tensorflow >= 2.18", # see https://github.com/tensorflow/probability/issues/1854
"tensorflow-probability[tf]>=0.24.0" # c.f. PR #2452
# see https://github.com/tensorflow/probability/issues/1854
"tensorflow-probability[tf]>=0.24.0,!=0.25.0" # c.f. PR #2452
]
torch = ["torch>=1.10.0"] # c.f. PR #1657
jax = [
Expand Down

0 comments on commit c5cbdba

Please sign in to comment.