forked from flyteorg/flytekit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed flytekit-papermill ImportError (flyteorg#818)
Signed-off-by: Kevin Su <[email protected]>
- Loading branch information
1 parent
b198082
commit 11b3e9b
Showing
6 changed files
with
163 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
flytekitplugins-spark>=0.30.0b4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# | ||
# pip-compile dev-requirements.in | ||
# | ||
arrow==1.2.1 | ||
# via jinja2-time | ||
binaryornot==0.4.4 | ||
# via cookiecutter | ||
certifi==2021.10.8 | ||
# via requests | ||
chardet==4.0.0 | ||
# via binaryornot | ||
charset-normalizer==2.0.10 | ||
# via requests | ||
checksumdir==1.2.0 | ||
# via flytekit | ||
click==7.1.2 | ||
# via | ||
# cookiecutter | ||
# flytekit | ||
cloudpickle==2.0.0 | ||
# via flytekit | ||
cookiecutter==1.7.3 | ||
# via flytekit | ||
croniter==1.2.0 | ||
# via flytekit | ||
dataclasses-json==0.5.6 | ||
# via flytekit | ||
decorator==5.1.1 | ||
# via retry | ||
deprecated==1.2.13 | ||
# via flytekit | ||
diskcache==5.4.0 | ||
# via flytekit | ||
docker-image-py==0.1.12 | ||
# via flytekit | ||
docstring-parser==0.13 | ||
# via flytekit | ||
flyteidl==0.21.23 | ||
# via flytekit | ||
flytekit==0.26.0 | ||
# via flytekitplugins-spark | ||
flytekitplugins-spark==0.30.0b4 | ||
# via -r dev-requirements.in | ||
grpcio==1.43.0 | ||
# via flytekit | ||
idna==3.3 | ||
# via requests | ||
importlib-metadata==4.10.1 | ||
# via keyring | ||
jinja2==3.0.3 | ||
# via | ||
# cookiecutter | ||
# jinja2-time | ||
jinja2-time==0.2.0 | ||
# via cookiecutter | ||
keyring==23.5.0 | ||
# via flytekit | ||
markupsafe==2.0.1 | ||
# via jinja2 | ||
marshmallow==3.14.1 | ||
# via | ||
# dataclasses-json | ||
# marshmallow-enum | ||
# marshmallow-jsonschema | ||
marshmallow-enum==1.5.1 | ||
# via dataclasses-json | ||
marshmallow-jsonschema==0.13.0 | ||
# via flytekit | ||
mypy-extensions==0.4.3 | ||
# via typing-inspect | ||
natsort==8.0.2 | ||
# via flytekit | ||
numpy==1.22.1 | ||
# via | ||
# pandas | ||
# pyarrow | ||
pandas==1.3.5 | ||
# via flytekit | ||
poyo==0.5.0 | ||
# via cookiecutter | ||
protobuf==3.19.3 | ||
# via | ||
# flyteidl | ||
# flytekit | ||
py==1.11.0 | ||
# via retry | ||
py4j==0.10.9.2 | ||
# via pyspark | ||
pyarrow==6.0.1 | ||
# via flytekit | ||
pyspark==3.2.0 | ||
# via flytekitplugins-spark | ||
python-dateutil==2.8.1 | ||
# via | ||
# arrow | ||
# croniter | ||
# flytekit | ||
# pandas | ||
python-json-logger==2.0.2 | ||
# via flytekit | ||
python-slugify==5.0.2 | ||
# via cookiecutter | ||
pytimeparse==1.1.8 | ||
# via flytekit | ||
pytz==2021.3 | ||
# via | ||
# flytekit | ||
# pandas | ||
regex==2021.11.10 | ||
# via docker-image-py | ||
requests==2.27.1 | ||
# via | ||
# cookiecutter | ||
# flytekit | ||
# responses | ||
responses==0.17.0 | ||
# via flytekit | ||
retry==0.9.2 | ||
# via flytekit | ||
six==1.16.0 | ||
# via | ||
# cookiecutter | ||
# flytekit | ||
# grpcio | ||
# python-dateutil | ||
# responses | ||
sortedcontainers==2.4.0 | ||
# via flytekit | ||
statsd==3.3.0 | ||
# via flytekit | ||
text-unidecode==1.3 | ||
# via python-slugify | ||
typing-extensions==4.0.1 | ||
# via typing-inspect | ||
typing-inspect==0.7.1 | ||
# via dataclasses-json | ||
urllib3==1.26.8 | ||
# via | ||
# flytekit | ||
# requests | ||
# responses | ||
wheel==0.37.1 | ||
# via flytekit | ||
wrapt==1.13.3 | ||
# via | ||
# deprecated | ||
# flytekit | ||
zipp==3.7.0 | ||
# via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
. | ||
-e file:.#egg=flytekitplugins-papermill | ||
flytekitplugins-spark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters