Skip to content

Commit

Permalink
Update requirements and install check script
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Jun 17, 2022
1 parent c945082 commit eaafa81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion install_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
}

Expand Down

0 comments on commit eaafa81

Please sign in to comment.