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
3 changes: 2 additions & 1 deletion distributed/ddp-tutorial-series/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
torch>=1.11.0
torch>=2.10.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The specified version torch>=2.10.0 appears to correspond to a non-existent package version on PyPI. This will cause dependency installation to fail. Please use a valid, existing version of torch that fixes the vulnerability. Once you've identified the correct version, it's also recommended to pin it using == instead of >= to ensure reproducible builds.

wheel>=0.46.2 # not directly required, pinned by Snyk to avoid a vulnerability

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Similar to the torch dependency, the specified version wheel>=0.46.2 appears to correspond to a non-existent package version on PyPI. This will cause dependency installation to fail. Please use a valid, existing version of wheel that fixes the vulnerability. Once you've identified the correct version, it's also recommended to pin it using == instead of >= to ensure reproducible builds.