Skip to content
Snippets Groups Projects
Commit 7120d60b authored by Stephan Kuschel's avatar Stephan Kuschel
Browse files

require cython for installation of postpic

parent f0f17ea6
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ setup(name='postpic',
include_dirs = [numpy.get_include()],
license='GPLv3+',
setup_requires=['cython>=0.18'],
install_requires=['matplotlib', 'numpy>=1.7', 'scipy', 'future', 'urllib3', 'numexpr'],
install_requires=['matplotlib', 'numpy>=1.8', 'scipy', 'future', 'urllib3', 'numexpr',
'cython>=0.18'],
extras_require = {
'h5 reader for openPMD support': ['h5py'],
'sdf support for EPOCH reader': ['sdf']},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment