Skip to content

Commit

Permalink
Bump Python version to 3.12 in newest_stable tests.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 650229220
  • Loading branch information
arnoegw authored and tensorflower-gardener committed Jul 8, 2024
1 parent 5443fb7 commit 83e5129
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kokoro/github/ubuntu/cpu/build_versioned.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ tag_filters="-no_oss,-oss_excluded${TAG_FILTERS}"

bazel clean
pip install -r requirements-dev.txt --progress-bar off
pip install tensorflow=="${TF_VERSION}" --progress-bar off --upgrade
pip install --pre tensorflow=="${TF_VERSION}" --progress-bar off --upgrade
if [[ "$TF_USE_LEGACY_KERAS" == 1 ]]; then
pip install tf-keras=="${TF_VERSION}" --progress-bar off --upgrade
pip install --pre tf-keras=="${TF_VERSION}" --progress-bar off --upgrade
fi
python3 setup.py bdist_wheel
pip uninstall -y tensorflow_gnn
Expand Down
4 changes: 2 additions & 2 deletions kokoro/github/ubuntu/cpu/newest_stable/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh"

env_vars: {
key: "PYTHON_VERSION"
value: "3.11"
value: "3.12"
}
env_vars: {
key: "TF_VERSION"
value: "2.16.*"
value: "2.17.0rc0"
}
env_vars: {
key: "TF_USE_LEGACY_KERAS"
Expand Down
2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
mock
wheel
torch_geometric
torch < 2

0 comments on commit 83e5129

Please sign in to comment.