fixed installation packages

This commit is contained in:
Liyu Xiao 2025-06-18 10:11:56 -04:00
parent 354677f8e3
commit 6b2ea23be4
3 changed files with 1 additions and 4 deletions

View File

@ -37,9 +37,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt \ pip install -r requirements.txt
--extra-index-url https://${RIAGIT_USERNAME}:${RIAGIT_TOKEN}@git.riahub.ai/api/packages/qoherent/pypi/simple/ \
--no-input
- name: 1. Generate Recordings - name: 1. Generate Recordings

View File

@ -8,4 +8,3 @@ timm~=0.9
torch~=2.2 torch~=2.2
onnx~=1.18 onnx~=1.18
onnxruntime~=1.22 onnxruntime~=1.22
utils @file:utils-0.1.2.dev0-py3-none-any.whl

Binary file not shown.