Skip to content
Snippets Groups Projects
Commit e6d57e55 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

no more need for pylab

parent 7abbc7e0
Branches
Tags
2 merge requests!141Master,!128Spherical plots
Pipeline #
...@@ -29,8 +29,7 @@ __all__ = ['dependency_injector', 'nifty_configuration'] ...@@ -29,8 +29,7 @@ __all__ = ['dependency_injector', 'nifty_configuration']
dependency_injector = keepers.DependencyInjector( dependency_injector = keepers.DependencyInjector(
[('mpi4py.MPI', 'MPI'), [('mpi4py.MPI', 'MPI'),
'pyHealpix', 'pyHealpix',
'plotly', 'plotly'])
'pylab'])
dependency_injector.register('pyfftw', lambda z: hasattr(z, 'FFTW_MPI')) dependency_injector.register('pyfftw', lambda z: hasattr(z, 'FFTW_MPI'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment