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 d6c373f commit c5cbdbaCopy full SHA for c5cbdba
pyproject.toml
@@ -69,8 +69,8 @@ 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
+ # see https://github.com/tensorflow/probability/issues/1854
+ "tensorflow-probability[tf]>=0.24.0,!=0.25.0" # c.f. PR #2452
74
]
75
torch = ["torch>=1.10.0"] # c.f. PR #1657
76
jax = [
0 commit comments