Skip to content

Commit d6c373f

Browse files
committed
wrrong place
1 parent ffd82bb commit d6c373f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = [
2525
"physics",
2626
"pytorch",
2727
"scipy",
28-
"tensorflow >= 2.18", # see https://github.com/tensorflow/probability/issues/1854
28+
"tensorflow",
2929
]
3030
classifiers = [
3131
"Development Status :: 4 - Beta",
@@ -69,6 +69,7 @@ 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
7273
"tensorflow-probability[tf]>=0.24.0" # c.f. PR #2452
7374
]
7475
torch = ["torch>=1.10.0"] # c.f. PR #1657

0 commit comments

Comments
 (0)