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 requirements.extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ plotly==4.14.3
python-mnist
torch==1.6.0
datasets==1.15.1
embeddings==0.0.8
embeddings==0.0.8
aiohttp>=3.13.4 # not directly required, pinned by Snyk to avoid a vulnerability
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incompatible Python version requirements make installation impossible

High Severity

Adding aiohttp>=3.13.4 creates an unsatisfiable dependency set. aiohttp 3.13.4 requires Python >=3.9, but torch==1.6.0 (and numpy==1.19.1 in requirements.txt) only provide wheels for Python 3.6–3.8. No Python version can satisfy both constraints, so pip install of these requirements will fail.

Additional Locations (1)
Fix in CursorΒ Fix in Web

Loading