From 362b0e0954d76475bd3c82b498adfb22a5dca07b Mon Sep 17 00:00:00 2001 From: iver56 Date: Mon, 2 Sep 2024 11:13:26 +0200 Subject: [PATCH] Bump numpy and scipy in dev environment --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index aece0a26..19fca5c8 100644 --- a/environment.yml +++ b/environment.yml @@ -7,12 +7,12 @@ dependencies: - cudatoolkit=11.3 - ffmpeg - matplotlib>=3,<4 -- numpy>=1.15,<2 +- numpy>=1.22,<2 - pip>=20.1,<=21 - python=3.8.12 - pytorch::pytorch=1.11.0 - pytorch::torchaudio=0.11.0 -- scipy=1.5.2 +- scipy=1.7.3 - seaborn>=0.9,<1.0 - pip: - audioread==2.1.8