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

update requirements

parent 0adee624
No related branches found
No related tags found
No related merge requests found
-r pip-requirements.txt
recommonmark
sphinx>=1.6
......@@ -3,3 +3,7 @@
pep8
nose
cython>=0.18
# required for building the docs
sphinx>=1.3
recommonmark
......@@ -37,7 +37,7 @@ setup(name='postpic',
include_dirs = [numpy.get_include()],
license='GPLv3+',
setup_requires=['cython>=0.18'],
install_requires=['matplotlib', 'numpy>=1.8', 'scipy', 'future', 'urllib3', 'numexpr',
install_requires=['matplotlib>=1.3', 'numpy>=1.8', 'scipy', 'future', 'urllib3', 'numexpr',
'cython>=0.18', 'functools32;python_version<"3.0"'],
extras_require = {
'h5 reader for openPMD support': ['h5py'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment