Skip to content

Commit

Permalink
Merge pull request #38 from tovrstra/cythonversionup
Browse files Browse the repository at this point in the history
Increase required version number cython
  • Loading branch information
tovrstra authored Aug 29, 2017
2 parents 7aecedc + 0557c43 commit 063c58b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/ug_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following software must be installed:
* A C++ compiler e.g. gcc: http://gcc.gnu.org/
* Numpy >=1.0: http://www.numpy.org/
* Scipy >=0.17.1: http://www.scipy.org/
* Cython >=0.24.1 : http://www.cython.org/
* Cython >=0.26 : http://www.cython.org/
* h5py >=2.0.0: http://code.google.com/p/h5py/
* Nosetests >=0.11: http://somethingaboutorange.com/mrl/projects/nose/0.11.2/
* matplotlib >=1.0.0: http://matplotlib.sourceforge.net/
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
cmdclass = {'build_ext': build_ext},
include_package_data=True,
zip_safe=False,
setup_requires=['numpy>=1.5', 'cython>=0.24.1'],
install_requires=['numpy>=1.5', 'nose>=0.11', 'cython>=0.24.1', 'matplotlib>1.0.0',
setup_requires=['numpy>=1.5', 'cython>=0.26'],
install_requires=['numpy>=1.5', 'nose>=0.11', 'cython>=0.26', 'matplotlib>1.0.0',
'h5py>=2.0.0', 'molmod>=1.4.1', 'scipy>=0.17.1'],
ext_modules=[
Extension("yaff.pes.ext",
Expand Down
2 changes: 1 addition & 1 deletion tools/conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- h5py
- scipy
- matplotlib
- cython >=0.24.1
- cython >=0.26
- setuptools

about:
Expand Down

0 comments on commit 063c58b

Please sign in to comment.