Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.*"
}
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