Skip to content

Commit

Permalink
fix(backend): fix the google-api-core to 1.16.0 for backend visualiza…
Browse files Browse the repository at this point in the history
…tion server. (#4158)

* enable pagination when expanding experiment in both the home page and the archive page

* Revert "enable pagination when expanding experiment in both the home page and the archive page"

This reverts commit 5b67273.

* fix google api core to 1.16.0 until it gets newer release than 1.21.0

* add comments
  • Loading branch information
jingzhang36 authored and Bobgy committed Jul 8, 2020
1 parent b08abf9 commit 8da057d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/apiserver/visualization/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ tensorflow-metadata==0.21.1
tensorflow-model-analysis==0.21.5
tensorflow-data-validation==0.21.1
tornado==6.0.2
# Increase google-api-core to some release AFTER 1.21.0 when it becomes available
google-api-core==1.16.0

0 comments on commit 8da057d

Please sign in to comment.