Compare commits

...

2 Commits

Author SHA1 Message Date
sayakpaul
9862c93d6d fix 2025-05-06 10:59:19 +05:30
sayakpaul
71ae84da4a update dep table. 2025-05-06 10:57:38 +05:30
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ on:
- "tests/**.py"
- ".github/**.yml"
- "utils/**.py"
- "setup.py"
push:
branches:
- ci-*

View File

@@ -23,7 +23,7 @@ deps = {
"librosa": "librosa",
"numpy": "numpy",
"parameterized": "parameterized",
"peft": "peft>=0.6.0",
"peft": "peft>=0.15.0",
"protobuf": "protobuf>=3.20.3,<4",
"pytest": "pytest",
"pytest-timeout": "pytest-timeout",