File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tensorflow_probability/python/internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def decorator(test_method):
106
106
if repro_seed is not None :
107
107
# This implements the semantics of TFP_HYPOTHESIS_REPRODUCE via
108
108
# the `hp.reproduce_failure` decorator.
109
- test_method = hp .reproduce_failure ('3.56.5 ' , repro_seed )(test_method )
109
+ test_method = hp .reproduce_failure ('3.88.3 ' , repro_seed )(test_method )
110
110
elif randomize_hypothesis ():
111
111
# Hypothesis defaults to seeding its internal PRNG from the system time,
112
112
# so since we actually want randomization (including across machines) we
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ install_python_packages() {
186
186
187
187
# The following unofficial dependencies are used only by tests.
188
188
# TODO(b/148685448): Unpin Hypothesis and coverage versions.
189
- python -m pip install $PIP_FLAGS hypothesis==3.56.5 coverage==4.4.2 matplotlib mock mpmath scipy pandas
189
+ python -m pip install $PIP_FLAGS hypothesis==3.88.3 coverage==4.4.2 matplotlib mock mpmath scipy pandas
190
190
191
191
# Install additional TFP dependencies.
192
192
python -m pip install $PIP_FLAGS decorator ' cloudpickle>=1.3' dm-tree
You can’t perform that action at this time.
0 commit comments