There was an error while loading. Please reload this page.
1 parent 59911e7 commit 3aa49e6Copy full SHA for 3aa49e6
1 file changed
pyproject.toml
@@ -63,10 +63,9 @@ dependencies = [
63
"librosa==0.11.0",
64
"lightning>=2.1.0",
65
"loguru==0.6.0",
66
- "matplotlib~=3.9.0",
+ "matplotlib>=3.9.0",
67
"merge-args",
68
"nltk==3.9.3",
69
- "numpy<2", # torch < 2.4.1 requires numpy < 2 but fails to declare it
70
"packaging>=22.0",
71
"pandas~=2.0",
72
"protobuf~=4.25", # https://github.com/EveryVoiceTTS/EveryVoice/issues/387
@@ -212,3 +211,6 @@ testpaths = [
212
211
"everyvoice/model/feature_prediction/FastSpeech2_lightning/fs2/tests",
213
"everyvoice/model/aligner/wav2vec2aligner/aligner/tests",
214
]
+filterwarnings = [
215
+ "ignore:Can't initialize NVML:UserWarning",
216
+]
0 commit comments