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):
106106 if repro_seed is not None :
107107 # This implements the semantics of TFP_HYPOTHESIS_REPRODUCE via
108108 # 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 )
110110 elif randomize_hypothesis ():
111111 # Hypothesis defaults to seeding its internal PRNG from the system time,
112112 # 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() {
186186
187187 # The following unofficial dependencies are used only by tests.
188188 # 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
190190
191191 # Install additional TFP dependencies.
192192 python -m pip install $PIP_FLAGS decorator ' cloudpickle>=1.3' dm-tree
You can’t perform that action at this time.
0 commit comments