We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd82bb commit d6c373fCopy full SHA for d6c373f
pyproject.toml
@@ -25,7 +25,7 @@ keywords = [
25
"physics",
26
"pytorch",
27
"scipy",
28
- "tensorflow >= 2.18", # see https://github.com/tensorflow/probability/issues/1854
+ "tensorflow",
29
]
30
classifiers = [
31
"Development Status :: 4 - Beta",
@@ -69,6 +69,7 @@ Homepage = "https://github.com/scikit-hep/pyhf"
69
shellcomplete = ["click_completion"]
70
# NOTE: macos x86 support is deprecated from tensorflow v2.17.0 onwards.
71
tensorflow = [
72
+ "tensorflow >= 2.18", # see https://github.com/tensorflow/probability/issues/1854
73
"tensorflow-probability[tf]>=0.24.0" # c.f. PR #2452
74
75
torch = ["torch>=1.10.0"] # c.f. PR #1657
0 commit comments