Skip to content

Commit

Permalink
Temporarily fix the OSS tests.
Browse files Browse the repository at this point in the history
- Pin hypothesis to an older version, as newer versions reveal too many miscalibrated tests.
- Forbid recent TF nightly packages, as they crash on import in Inference Gym.

PiperOrigin-RevId: 712983081
  • Loading branch information
SiegeLordEx authored and tensorflower-gardener committed Jan 7, 2025
1 parent 7bb0662 commit 2f1383c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/dependency_install_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ find_good_tf_nightly_version_str() {
VERSION=$1
curl -s "https://pypi.org/pypi/${VERSION}/json" \
| python -c "$PYTHON_PARSE_PACKAGE_JSON" \
--bad_dates 20220727 20220809 20220811 20220902 20230105
--bad_dates 20250103 20250105 20250107
}

install_tensorflow() {
Expand Down Expand Up @@ -96,7 +96,7 @@ install_test_only_packages() {
bayeux-ml \
chex \
flax \
hypothesis \
hypothesis==6.80.0 \
jax \
jaxlib \
jaxtyping \
Expand Down

0 comments on commit 2f1383c

Please sign in to comment.