Skip to content
Snippets Groups Projects
Commit 18f2b7ed authored by Dani Beltrán's avatar Dani Beltrán
Browse files

Update package.py

parent 9071f6c2
No related branches found
No related tags found
No related merge requests found
...@@ -20,4 +20,10 @@ class Nglview(PythonPackage): ...@@ -20,4 +20,10 @@ class Nglview(PythonPackage):
depends_on('py-jupyter-packaging') depends_on('py-jupyter-packaging')
depends_on('py-versioneer') depends_on('py-versioneer')
depends_on('py-numpy', type=('run')) depends_on('py-numpy', type=('run'))
depends_on('py-ipywidgets', type=('run')) depends_on('py-ipywidgets', type=('run'))
\ No newline at end of file
# Test
@run_after('install')
@on_package_attributes(run_tests=True)
def check_install (self):
python("-c", 'import nglview')
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment