Skip to content
Snippets Groups Projects
Commit 789812b4 authored by Christoph Groth's avatar Christoph Groth
Browse files

add "import numpy" for windows compatibility

parent 9afce6f4
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
# the AUTHORS file at the top-level directory of this distribution and at
# http://kwant-project.org/authors.
import numpy # Needed by C. Gohlke's Windows package.
__all__ = ['system', 'version', 'builder', 'lattice', 'solvers',
'digest', 'rmt']
for module in __all__:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment