Unverified Commit d88ae1f5 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

update dep table. (#11504)

* update dep table.

* fix
parent 53f1043c
...@@ -11,6 +11,7 @@ on: ...@@ -11,6 +11,7 @@ on:
- "tests/**.py" - "tests/**.py"
- ".github/**.yml" - ".github/**.yml"
- "utils/**.py" - "utils/**.py"
- "setup.py"
push: push:
branches: branches:
- ci-* - ci-*
......
...@@ -23,7 +23,7 @@ deps = { ...@@ -23,7 +23,7 @@ deps = {
"librosa": "librosa", "librosa": "librosa",
"numpy": "numpy", "numpy": "numpy",
"parameterized": "parameterized", "parameterized": "parameterized",
"peft": "peft>=0.6.0", "peft": "peft>=0.15.0",
"protobuf": "protobuf>=3.20.3,<4", "protobuf": "protobuf>=3.20.3,<4",
"pytest": "pytest", "pytest": "pytest",
"pytest-timeout": "pytest-timeout", "pytest-timeout": "pytest-timeout",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment