Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions examples/sagemaker_pytorch_plugin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ aioitertools==0.11.0
# via aiobotocore
aiosignal==1.3.1
# via aiohttp
appnope==0.1.3
# via
# ipykernel
# ipython
arrow==1.2.3
# via jinja2-time
asttokens==2.2.1
Expand Down Expand Up @@ -96,6 +92,7 @@ cryptography==41.0.1
# paramiko
# pyjwt
# pyopenssl
# secretstorage
cycler==0.11.0
# via matplotlib
dacite==1.8.1
Expand Down Expand Up @@ -125,13 +122,13 @@ flyteidl==1.5.11
# via flytekit
flytekit==1.7.0
# via
# -r ../../../common/requirements-common.in
# -r requirements.in
# flytekitplugins-awssagemaker
# flytekitplugins-deck-standard
flytekitplugins-awssagemaker==1.7.0
# via -r requirements.in
flytekitplugins-deck-standard==1.7.0
# via -r ../../../common/requirements-common.in
# via -r requirements.in
fonttools==4.40.0
# via matplotlib
frozenlist==1.3.3
Expand Down Expand Up @@ -224,7 +221,11 @@ jaraco-classes==3.2.3
# via keyring
jedi==0.18.2
# via ipython
jinja2==3.1.2
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# cookiecutter
# jinja2-time
Expand Down Expand Up @@ -272,7 +273,7 @@ marshmallow-jsonschema==0.13.0
# via flytekit
matplotlib==3.7.1
# via
# -r ../../../common/requirements-common.in
# -r requirements.in
# phik
# seaborn
# wordcloud
Expand Down Expand Up @@ -411,7 +412,9 @@ pygments==2.15.1
# ipython
# rich
pyjwt[crypto]==2.7.0
# via msal
# via
# msal
# pyjwt
pynacl==1.5.0
# via paramiko
pyopenssl==23.2.0
Expand Down Expand Up @@ -501,6 +504,8 @@ scipy==1.10.1
# ydata-profiling
seaborn==0.12.2
# via ydata-profiling
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# asttokens
Expand Down Expand Up @@ -578,7 +583,7 @@ urllib3==1.26.16
# kubernetes
# requests
# responses
visions[type_image_path]==0.7.5
visions[type-image-path]==0.7.5
# via ydata-profiling
wcwidth==0.2.6
# via prompt-toolkit
Expand All @@ -590,7 +595,7 @@ werkzeug==2.3.6
# via sagemaker-training
wheel==0.40.0
# via
# -r ../../../common/requirements-common.in
# -r requirements.in
# flytekit
widgetsnbextension==4.0.7
# via ipywidgets
Expand Down