Skip to content

Commit

Permalink
Enum schema examples (flyteorg#284)
Browse files Browse the repository at this point in the history
Signed-off-by: Ketan Umare <[email protected]>
  • Loading branch information
kumare3 authored Jul 2, 2021
1 parent 48cb823 commit 37a8203
Show file tree
Hide file tree
Showing 19 changed files with 499 additions and 300 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# /Library/Developer/CommandLineTools/usr/bin/make requirements.txt
Expand All @@ -12,11 +12,11 @@ chardet==4.0.0
# via requests
click==7.1.2
# via flytekit
croniter==1.0.13
croniter==1.0.15
# via flytekit
cycler==0.10.0
# via matplotlib
dataclasses-json==0.5.3
dataclasses-json==0.5.4
# via flytekit
decorator==5.0.9
# via retry
Expand All @@ -26,15 +26,15 @@ dirhash==0.2.1
# via flytekit
docker-image-py==0.1.10
# via flytekit
flyteidl==0.18.53
flyteidl==0.19.9
# via flytekit
flytekit==0.19.1
flytekit==0.20.0
# via -r ../../../common/requirements-common.in
grpcio==1.38.0
grpcio==1.38.1
# via flytekit
idna==2.10
# via requests
importlib-metadata==4.5.0
importlib-metadata==4.6.0
# via keyring
joblib==1.0.1
# via
Expand All @@ -44,12 +44,15 @@ keyring==23.0.1
# via flytekit
kiwisolver==1.3.1
# via matplotlib
marshmallow-enum==1.5.1
# via dataclasses-json
marshmallow==3.12.1
# via
# dataclasses-json
# marshmallow-enum
# marshmallow-jsonschema
marshmallow-enum==1.5.1
# via dataclasses-json
marshmallow-jsonschema==0.12.0
# via flytekit
matplotlib==3.4.2
# via
# -r ../../../common/requirements-common.in
Expand All @@ -58,21 +61,21 @@ mypy-extensions==0.4.3
# via typing-inspect
natsort==7.1.1
# via flytekit
numpy==1.20.3
numpy==1.21.0
# via
# matplotlib
# pandas
# pyarrow
# scikit-learn
# scipy
# xgboost
pandas==1.2.4
pandas==1.2.5
# via flytekit
pathspec==0.8.1
# via scantree
pillow==8.2.0
pillow==8.3.0
# via matplotlib
protobuf==3.17.2
protobuf==3.17.3
# via
# flyteidl
# flytekit
Expand All @@ -88,13 +91,15 @@ python-dateutil==2.8.1
# flytekit
# matplotlib
# pandas
python-json-logger==2.0.1
# via flytekit
pytimeparse==1.1.8
# via flytekit
pytz==2018.4
# via
# flytekit
# pandas
regex==2021.4.4
regex==2021.7.1
# via docker-image-py
requests==2.25.1
# via
Expand All @@ -108,7 +113,7 @@ scantree==0.0.1
# via dirhash
scikit-learn==0.24.2
# via sklearn
scipy==1.6.3
scipy==1.7.0
# via
# scikit-learn
# xgboost
Expand All @@ -135,7 +140,7 @@ threadpoolctl==2.1.0
# via scikit-learn
typing-extensions==3.10.0.0
# via typing-inspect
typing-inspect==0.6.0
typing-inspect==0.7.1
# via dataclasses-json
urllib3==1.25.11
# via
Expand Down
37 changes: 21 additions & 16 deletions cookbook/case_studies/ml_training/pima_diabetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# /Library/Developer/CommandLineTools/usr/bin/make requirements.txt
Expand All @@ -12,11 +12,11 @@ chardet==4.0.0
# via requests
click==7.1.2
# via flytekit
croniter==1.0.13
croniter==1.0.15
# via flytekit
cycler==0.10.0
# via matplotlib
dataclasses-json==0.5.3
dataclasses-json==0.5.4
# via flytekit
decorator==5.0.9
# via retry
Expand All @@ -26,15 +26,15 @@ dirhash==0.2.1
# via flytekit
docker-image-py==0.1.10
# via flytekit
flyteidl==0.18.53
flyteidl==0.19.9
# via flytekit
flytekit==0.19.1
flytekit==0.20.0
# via -r ../../../common/requirements-common.in
grpcio==1.38.0
grpcio==1.38.1
# via flytekit
idna==2.10
# via requests
importlib-metadata==4.5.0
importlib-metadata==4.6.0
# via keyring
joblib==1.0.1
# via
Expand All @@ -44,12 +44,15 @@ keyring==23.0.1
# via flytekit
kiwisolver==1.3.1
# via matplotlib
marshmallow-enum==1.5.1
# via dataclasses-json
marshmallow==3.12.1
# via
# dataclasses-json
# marshmallow-enum
# marshmallow-jsonschema
marshmallow-enum==1.5.1
# via dataclasses-json
marshmallow-jsonschema==0.12.0
# via flytekit
matplotlib==3.4.2
# via
# -r ../../../common/requirements-common.in
Expand All @@ -58,21 +61,21 @@ mypy-extensions==0.4.3
# via typing-inspect
natsort==7.1.1
# via flytekit
numpy==1.20.3
numpy==1.21.0
# via
# matplotlib
# pandas
# pyarrow
# scikit-learn
# scipy
# xgboost
pandas==1.2.4
pandas==1.2.5
# via flytekit
pathspec==0.8.1
# via scantree
pillow==8.2.0
pillow==8.3.0
# via matplotlib
protobuf==3.17.2
protobuf==3.17.3
# via
# flyteidl
# flytekit
Expand All @@ -88,13 +91,15 @@ python-dateutil==2.8.1
# flytekit
# matplotlib
# pandas
python-json-logger==2.0.1
# via flytekit
pytimeparse==1.1.8
# via flytekit
pytz==2018.4
# via
# flytekit
# pandas
regex==2021.4.4
regex==2021.7.1
# via docker-image-py
requests==2.25.1
# via
Expand All @@ -108,7 +113,7 @@ scantree==0.0.1
# via dirhash
scikit-learn==0.24.2
# via sklearn
scipy==1.6.3
scipy==1.7.0
# via
# scikit-learn
# xgboost
Expand All @@ -135,7 +140,7 @@ threadpoolctl==2.1.0
# via scikit-learn
typing-extensions==3.10.0.0
# via typing-inspect
typing-inspect==0.6.0
typing-inspect==0.7.1
# via dataclasses-json
urllib3==1.25.11
# via
Expand Down
2 changes: 1 addition & 1 deletion cookbook/common/requirements-common.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flytekit>=0.19.1
flytekit>=0.20.0
wheel
matplotlib
Loading

0 comments on commit 37a8203

Please sign in to comment.