Skip to content

Commit

Permalink
wrrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Dec 21, 2024
1 parent ffd82bb commit d6c373f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords = [
"physics",
"pytorch",
"scipy",
"tensorflow >= 2.18", # see https://github.com/tensorflow/probability/issues/1854
"tensorflow",
]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down Expand Up @@ -69,6 +69,7 @@ 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
]
torch = ["torch>=1.10.0"] # c.f. PR #1657
Expand Down

0 comments on commit d6c373f

Please sign in to comment.