From fc5d9f5e159a65fc9dddadad38675bbaa419cc37 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov Date: Tue, 11 Aug 2020 06:59:38 +0000 Subject: [PATCH] Update main_image/python3.yml --- main_image/python3.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main_image/python3.yml b/main_image/python3.yml index 4b5e97d..d15aa1a 100644 --- a/main_image/python3.yml +++ b/main_image/python3.yml @@ -4,8 +4,8 @@ channels: dependencies: # general numerics (version controlled) - python=3.8* - - numpy=1.18* - - scipy=1.4* + - numpy=1.19* + - scipy=1.5* - kwant=1.4* - cython=0.29* - libblas=*=*mkl @@ -16,7 +16,7 @@ dependencies: - sympy # plotting and serialization - deepdish - - matplotlib=3.2* + - matplotlib-base=3.3* - holoviews=1.13* - plotly - ipympl # interactive plotting in jupyterlab -- GitLab