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 bab4af4 commit 4482254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 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,22 +2,18 @@
# 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 tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
#
attrs==21.2.0
# via scantree
certifi==2021.10.8
# via requests
cffi==1.15.0
# via cryptography
charset-normalizer==2.0.7
# via requests
click==7.1.2
# via flytekit
croniter==1.0.15
# via flytekit
cryptography==35.0.0
# via secretstorage
cycler==0.10.0
# via matplotlib
dataclasses-json==0.5.6
Expand All @@ -36,18 +32,14 @@ docstring-parser==0.12
# via flytekit
flyteidl==0.21.6
# via flytekit
flytekit==0.23.0
flytekit==0.23.1
# via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
grpcio==1.41.0
# via flytekit
idna==3.3
# via requests
importlib-metadata==4.8.1
# via keyring
jeepney==0.7.1
# via
# keyring
# secretstorage
joblib==1.1.0
# via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
keyring==23.2.1
Expand All @@ -61,7 +53,7 @@ marshmallow==3.14.0
# marshmallow-jsonschema
marshmallow-enum==1.5.1
# via dataclasses-json
marshmallow-jsonschema==0.12.0
marshmallow-jsonschema==0.13.0
# via flytekit
matplotlib==3.4.3
# via -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
Expand Down Expand Up @@ -91,8 +83,6 @@ py==1.10.0
# via retry
pyarrow==3.0.0
# via flytekit
pycparser==2.20
# via cffi
pyparsing==2.4.7
# via matplotlib
python-dateutil==2.8.1
Expand Down Expand Up @@ -121,8 +111,6 @@ retry==0.9.2
# via flytekit
scantree==0.0.1
# via dirhash
secretstorage==3.3.1
# via keyring
six==1.16.0
# via
# cycler
Expand Down

0 comments on commit 4482254

Please sign in to comment.