Skip to content
Closed
Changes from 4 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/pytorch/examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

requests <2.33.0
torchvision >=0.16.0, <0.24.0
ipython[all] <8.19.0
ipython[all] <9.0; python_version < "3.10"
ipython[all] >9.0,<9.5; python_version > "3.9"
torchmetrics >=0.10.0, <1.9.0
Loading