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
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ ftfy
tensorboard
Jinja2
intel_extension_for_pytorch>=1.13
torch>=2.10.0 # 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

The specified torch version 2.10.0 does not appear to be a valid version on PyPI, which will cause the dependency installation to fail. To resolve the reported Snyk vulnerabilities, a version of 2.0.0 or higher is required. I suggest using a valid version like 2.1.0.

torch>=2.1.0 # not directly required, pinned by Snyk to avoid a vulnerability

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

The specified wheel version 0.46.2 does not appear to be a valid version on PyPI, which will cause the dependency installation to fail. The vulnerability SNYK-PYTHON-WHEEL-15053866 is fixed in versions 0.42.0 and later. I suggest using a valid version that addresses the vulnerability, such as >=0.42.0.

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