Skip to content

Commit eaafa81

Browse files
committed
Update requirements and install check script
1 parent c945082 commit eaafa81

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ dependencies:
2626
- scikit-image
2727
- scipy
2828
- sidecar=0.5.1
29-
- voila=0.2.19
30-
- voila-vuetify=0.5.2
31-
- voila-material=0.4.0
29+
- voila=0.3.5
3230
- vtk=9.1.0

install_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
success = all(import_result.values())
4141

4242
# List compatible versions for each package
43-
version_check_packages = {'ipywidgets': ['7.6'],
43+
version_check_packages = {'ipywidgets': ['7.7'],
4444
'jupyterlab': ['3'],
4545
}
4646

0 commit comments

Comments
 (0)