From eaafa81eb5c4b0a51dfa9ea3d1c93ddbff2188dc Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Fri, 17 Jun 2022 14:29:13 -0500 Subject: [PATCH] Update requirements and install check script --- environment.yml | 4 +--- install_check.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index e1e77d63..a4e02a93 100644 --- a/environment.yml +++ b/environment.yml @@ -26,7 +26,5 @@ dependencies: - scikit-image - scipy - sidecar=0.5.1 - - voila=0.2.19 - - voila-vuetify=0.5.2 - - voila-material=0.4.0 + - voila=0.3.5 - vtk=9.1.0 diff --git a/install_check.py b/install_check.py index 4906e0b6..29e2440d 100644 --- a/install_check.py +++ b/install_check.py @@ -40,7 +40,7 @@ success = all(import_result.values()) # List compatible versions for each package -version_check_packages = {'ipywidgets': ['7.6'], +version_check_packages = {'ipywidgets': ['7.7'], 'jupyterlab': ['3'], }