refactored into get_requirements

This commit is contained in:
Paul Gauthier 2024-07-09 16:39:54 +01:00
parent 2af9876b76
commit e307be1a9c
3 changed files with 42 additions and 37 deletions

View file

@ -2,8 +2,8 @@
# pip-compile requirements.in --upgrade
#
# Install the cpu-only version of torch
--extra-index-url https://download.pytorch.org/whl/cpu
# To install with the CPU version of torch, because the GPU versions are huge
---extra-index-url https://download.pytorch.org/whl/cpu
configargparse
GitPython