Skip to content

Commit e336427

Browse files
authored
dependency: fix dependency (#329)
1 parent 498fb20 commit e336427

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rebel_compiler_version: 0.9.2.dev155+g1ab49983.prod
1+
rebel_compiler_version: 0.9.2.dev164+g0896157e.prod

.github/workflows/check_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [3.9]
15+
python-version: [3.12]
1616
os: [ubuntu-latest-rbln]
1717

1818
runs-on: ${{ matrix.os }}

.github/workflows/rbln_check_compiler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: "3.9"
28+
python-version: "3.12"
2929

3030
- name: Install rebel-compiler
3131
id: install_compiler

.github/workflows/rbln_optimum_inference_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cache-dependency-glob: "uv.lock"
4141

4242
- name: Setup Python
43-
run: uv python install 3.9
43+
run: uv python install 3.12
4444

4545
- name: Install optimum-rbln with tests group dependencies
4646
run: |

.github/workflows/rbln_optimum_pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Setup Python
101101
if: steps.should_skip.outputs.skip != 'true'
102-
run: uv python install 3.9
102+
run: uv python install 3.12
103103

104104
- name: Install optimum-rbln with tests group dependencies
105105
if: steps.should_skip.outputs.skip != 'true'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tests = [
5757
"soundfile>=0.13.1",
5858
"librosa>=0.11.0",
5959
"simphile>=1.0.2",
60-
"torchcodec==0.5",
60+
"torchcodec==0.7",
6161
]
6262
quality = [
6363
"ruff>=0.3.3",

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)