We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c945082 commit eaafa81Copy full SHA for eaafa81
environment.yml
@@ -26,7 +26,5 @@ dependencies:
26
- scikit-image
27
- scipy
28
- sidecar=0.5.1
29
- - voila=0.2.19
30
- - voila-vuetify=0.5.2
31
- - voila-material=0.4.0
+ - voila=0.3.5
32
- vtk=9.1.0
install_check.py
@@ -40,7 +40,7 @@
40
success = all(import_result.values())
41
42
# List compatible versions for each package
43
-version_check_packages = {'ipywidgets': ['7.6'],
+version_check_packages = {'ipywidgets': ['7.7'],
44
'jupyterlab': ['3'],
45
}
46
0 commit comments