Commit Graph

14 Commits

Author SHA1 Message Date
David van der Spek 434b41a19c
fix(backend): update requirements scripts (#10009)
* fix: update requirements scripts

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>

* fix: visualization dependency hell

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>

* bump snapshottest

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>

* fix: pin jinja2

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>

* fix: pin markupsafe to fix ci

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>

---------

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
2023-09-21 20:35:37 +00:00
Chen Sun ee2102a9b5
chore(samples/backend/frontend): Update preload control-flow and data-passing pipelines to v2 (#9563)
* Update preload samples to v2 pipelines

* address review comments

* fix frontend test

* format frontend code

* update comment
2023-06-07 22:06:57 +00:00
James Liu 9bf30b8eb6
test: fix test failing to find kfp (#7108)
* tests: Try to figure out what causes test failing to find kfp

* mistune not ready for upgrade
2021-12-23 12:37:43 +00:00
James Liu b3d15cd066
feat(backend): Upgrade MLMD to 1.4.0 (#6910)
* feat(backend): Upgrade MLMD to 1.4.0

* set kfp~1.8

* add tensorflow_model_analysis

* update requirements

* Resolving tfx dependencies

* update Frontend MLMD

* chore: remove v2 compatible sample from builtin samples

Co-authored-by: Yuan Gong <gongyuan94@gmail.com>
2021-11-26 20:42:07 +08:00
James Liu e035a88149
feat: upgrade MLMD to 1.2.0. Fix #6436 (#6437)
* chore(frontend): upgrade MLMD to 1.2.0

* update version for backend

* update dependencies

* makefile

* tfx compatiblity update
2021-08-28 16:59:22 -07:00
Yuan (Bob) Gong 59a0c9d1de
feat: upgrade TFX to 1.2.0 (#6375)
* feat: upgrade TFX to 1.2.0

* fix

* update

* fix visualization server

* fix2
2021-08-18 01:50:37 -07:00
Jiyong Jung a1f7160cf5
chore: upgrade tfx to 1.0.0 (#6316)
* test: fix sample test image build

* update to TFX 1.0.0

* update argo CLI

* Uses TFX 1.0 APIs in parameterized_tfx_oss example.

Co-authored-by: Yuan Gong <gongyuan94@gmail.com>
2021-08-12 04:02:03 -07:00
Yuan (Bob) Gong a394f8cdf3
fix: upgrade tfx samples & deps to 0.27.0. Part of #5137 (#5176)
* feat: upgrade tfx to 0.27.0

* update visualization server requirements.txt

* upgrade to tensorflow:2.4.0

* fix iris sample too
2021-02-24 20:09:15 +08:00
James Liu 35bc50e8e7
Upgrade tfx version to 0.26.0 in backend (#5052) 2021-01-28 17:49:01 -08:00
jingzhang36 ce51c591f3
fix: increase TFX version from 0.20.2 to 0.22.0. Fixes #4084, fixes #4114 (#4133)
* 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 5b672739dd.

* tfx 0.21.2 -> 0.22.2

* tfx 0.20.2 -> 0.22.0

* update requirements.txt
2020-07-02 00:40:46 -07:00
Jiaxiao Zheng 7930f83117
TFX Iris sample (#3119)
* init

* update comment

* fix module file

* clean up

* update to beam sample

* add doc of default bucket

* bump viz server tfma version

* update iris sample to keras native version

* update iris sample to keras native version

* pin TFMA

* add readme

* add to sample test corpus

* add prebuilt && update some config

* sync frontend

* update snapshot

* update snapshot

* fix gettingstarted page

* fix unit test

* fix unit test

* update description

* update some comments

* add some dependencies.
2020-03-13 17:34:34 -07:00
Jiaxiao Zheng fad7510626
Bump TFX to 0.21.2 (#3255)
* bump tfx

* bump tfma

* modernize py sample

* clean up

* update notebook sample

* Remove tmp hack in visualization server
2020-03-11 09:53:37 -07:00
Jiaxiao Zheng ee525b91cb
Bump TFX to 0.21.1 (#3220)
* bump

* pin two requirements.txt

* update sample

* try a newer k8s version
2020-03-05 17:32:50 -08:00
Kubernetes Prow Robot 7e610d1a32
backend: Pin python dependencies (#3161)
* backend: Pin python dependencies

Builds/tests failed due to broken transident dependencies. This pins the
python dependencies to prevent this in the future.

* Add README to test/sample-test
2020-03-05 01:54:38 -08:00