Refactor requirements

This commit is contained in:
Maxim Vafin 2023-10-04 23:38:51 +02:00
parent 68fef6243c
commit f78fe3d774
3 changed files with 3 additions and 6 deletions

View File

@ -1156,8 +1156,8 @@ jobs:
- name: Install PyTorch tests requirements - name: Install PyTorch tests requirements
run: | run: |
python3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
python3 -m pip install -r ${MODEL_HUB_TESTS_INSTALL_DIR}/torch_tests/requirements.txt python3 -m pip install -r ${MODEL_HUB_TESTS_INSTALL_DIR}/torch_tests/requirements.txt
python3 -m pip install -r ${MODEL_HUB_TESTS_INSTALL_DIR}/torch_tests/requirements_secondary.txt
echo "Available storage:" echo "Available storage:"
df -h df -h
env: env:

View File

@ -14,3 +14,5 @@ pyctcdecode
protobuf protobuf
soundfile soundfile
pandas pandas
git+https://github.com/facebookresearch/detectron2.git@1a4df4d954089534daebbd7a0a45f08ece87056e
natten

View File

@ -1,5 +0,0 @@
-c ../../constraints.txt
# This file contains requirements dependednt from modules in requirements.txt
# get immutable commit to be able to use pip cache
git+https://github.com/facebookresearch/detectron2.git@1a4df4d954089534daebbd7a0a45f08ece87056e
natten