Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Oct 22, 2021
1 parent 18fcd48 commit 6d4dc9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flytekit>=0.17.0b0
flytekit>=0.23.1
joblib
wheel
matplotlib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# make tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.txt
# pip-compile requirements.in
#
attrs==21.2.0
# via scantree
Expand Down Expand Up @@ -30,18 +30,18 @@ docker-image-py==0.1.12
# via flytekit
docstring-parser==0.10
# via flytekit
flyteidl==0.20.2
flyteidl==0.21.6
# via flytekit
flytekit==0.22.2
# via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
flytekit==0.23.1
# via -r requirements.in
grpcio==1.41.0
# via flytekit
idna==3.2
# via requests
importlib-metadata==4.8.1
# via keyring
joblib==1.0.1
# via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
# via -r requirements.in
keyring==23.2.1
# via flytekit
kiwisolver==1.3.2
Expand All @@ -56,7 +56,7 @@ marshmallow-enum==1.5.1
marshmallow-jsonschema==0.12.0
# via flytekit
matplotlib==3.4.3
# via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
# via -r requirements.in
mypy-extensions==0.4.3
# via typing-inspect
natsort==7.1.1
Expand All @@ -68,7 +68,7 @@ numpy==1.21.2
# pandas
# pyarrow
opencv-python==4.5.3.56
# via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
# via -r requirements.in
pandas==1.3.3
# via flytekit
pathspec==0.9.0
Expand Down Expand Up @@ -134,7 +134,7 @@ urllib3==1.26.7
# responses
wheel==0.37.0
# via
# -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
# -r requirements.in
# flytekit
wrapt==1.12.1
# via
Expand Down

0 comments on commit 6d4dc9d

Please sign in to comment.