Skip to content
Snippets Groups Projects
Commit dff8cae0 authored by Markus Holzer's avatar Markus Holzer
Browse files

Increase numpy version

parent 2a929460
Branches
No related tags found
No related merge requests found
Pipeline #29845 failed
......@@ -85,7 +85,7 @@ setuptools.setup(name='pystencils',
author_email='martin.bauer@fau.de',
url='https://i10git.cs.fau.de/pycodegen/pystencils/',
packages=['pystencils'] + ['pystencils.' + s for s in setuptools.find_packages('pystencils')],
install_requires=['sympy>=1.2', 'numpy>=1.7.0', 'appdirs', 'joblib'],
install_requires=['sympy>=1.2', 'numpy>=1.13.0', 'appdirs', 'joblib'],
package_data={'pystencils': ['include/*.h',
'backends/cuda_known_functions.txt',
'backends/opencl1.1_known_functions.txt',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment