Merge branch 'main' into develop
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# To get started with Dependabot version updates, you'll need to specify which
|
||||
# package ecosystems to update and where the package manifests are located.
|
||||
# Please see the documentation for all configuration options:
|
||||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pip" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
+18
-2
@@ -8,6 +8,22 @@ pyannote.audio~=3.1.1
|
||||
pyannote.core~=5.0.0
|
||||
pyannote.database~=5.0.1
|
||||
pyannote.metrics~=3.2.1
|
||||
pyannote.pipeline~=3.0.1
|
||||
pyannote.pipeline~=2.3
|
||||
|
||||
setuptools~=69.0.3
|
||||
setuptools-rust~=1.8.1
|
||||
|
||||
tqdm>=4.65.0
|
||||
|
||||
gradio~=3.36.1
|
||||
gradio-client~=0.2.7
|
||||
|
||||
# add pytorch to override the one installed by pyannote.audio
|
||||
|
||||
torch~=1.11.0
|
||||
torchvision~=0.12.0
|
||||
torchaudio~=0.11.0
|
||||
#optional:
|
||||
#sphinx~=5.0.2
|
||||
|
||||
|
||||
torch>=2.0.0
|
||||
Reference in New Issue
Block a user