diff --git a/examples/pytorch/requirements.txt b/examples/pytorch/requirements.txt index 3d1f3f5e..fab3dbc2 100644 --- a/examples/pytorch/requirements.txt +++ b/examples/pytorch/requirements.txt @@ -6,4 +6,10 @@ torchdata>=0.6.1 torchvision webdataset s3fs -certifi \ No newline at end of file +certifi +aiobotocore>=2.9.1 # not directly required, pinned by Snyk to avoid a vulnerability +aiohttp>=3.9.4 # not directly required, pinned by Snyk to avoid a vulnerability +numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability +requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability +wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file