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 3a6f248 commit 5a059fcCopy full SHA for 5a059fc
testing/dependency_install_lib.sh
@@ -80,7 +80,8 @@ install_common_packages() {
80
install_test_only_packages() {
81
# The following unofficial dependencies are used only by tests.
82
PIP_FLAGS=${1-}
83
- python -m pip install $PIP_FLAGS hypothesis matplotlib mock mpmath scipy pandas optax
+ # TODO(b/233927309): Unpin hypothesis version.
84
+ python -m pip install $PIP_FLAGS hypothesis==6.46.7 matplotlib mock mpmath scipy pandas optax
85
}
86
87
dump_versions() {
0 commit comments