Skip to content

Commit 3aa49e6

Browse files
committed
build(deps): upgrade matplotlib and remove restriction on numpy
1 parent 59911e7 commit 3aa49e6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ dependencies = [
6363
"librosa==0.11.0",
6464
"lightning>=2.1.0",
6565
"loguru==0.6.0",
66-
"matplotlib~=3.9.0",
66+
"matplotlib>=3.9.0",
6767
"merge-args",
6868
"nltk==3.9.3",
69-
"numpy<2", # torch < 2.4.1 requires numpy < 2 but fails to declare it
7069
"packaging>=22.0",
7170
"pandas~=2.0",
7271
"protobuf~=4.25", # https://github.com/EveryVoiceTTS/EveryVoice/issues/387
@@ -212,3 +211,6 @@ testpaths = [
212211
"everyvoice/model/feature_prediction/FastSpeech2_lightning/fs2/tests",
213212
"everyvoice/model/aligner/wav2vec2aligner/aligner/tests",
214213
]
214+
filterwarnings = [
215+
"ignore:Can't initialize NVML:UserWarning",
216+
]

0 commit comments

Comments
 (0)