summaryrefslogtreecommitdiffstats
path: root/Scripts/requirements.txt
Commit message (Collapse)AuthorAge
* Specify exact version for torchyum2023-01-31
| | | | Ruling out possibilities for a user reported bug.
* Bugfix: requirements.txt installs correct version of pytorchyum2023-01-25
| | | | The --extra-index-url must appear *before* the dependency in this file.
* Use requirements.txt for Scripts/yum2023-01-25
This seems to be the canonical way of listing a Python app's dependencies. * Installing dependencies no longer hangs the GUI