Skip to content
Snippets Groups Projects
Commit 807142cc authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Merge branch 'SymPyUpgrade' into 'master'

Upgrade maximum supported SymPy version to 1.11.1

See merge request !304
parents 9d9919ff 190397a0
1 merge request!304Upgrade maximum supported SymPy version to 1.11.1
Pipeline #43349 passed with warnings with stages
in 1 hour, 1 minute, and 5 seconds
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -90,7 +90,7 @@ setuptools.setup(name='pystencils', ...@@ -90,7 +90,7 @@ setuptools.setup(name='pystencils',
author_email='cs10-codegen@fau.de', author_email='cs10-codegen@fau.de',
url='https://i10git.cs.fau.de/pycodegen/pystencils/', url='https://i10git.cs.fau.de/pycodegen/pystencils/',
packages=['pystencils'] + ['pystencils.' + s for s in setuptools.find_packages('pystencils')], packages=['pystencils'] + ['pystencils.' + s for s in setuptools.find_packages('pystencils')],
install_requires=['sympy>=1.6,<=1.10', 'numpy>=1.8.0', 'appdirs', 'joblib'], install_requires=['sympy>=1.6,<=1.11.1', 'numpy>=1.8.0', 'appdirs', 'joblib'],
package_data={'pystencils': ['include/*.h', package_data={'pystencils': ['include/*.h',
'backends/cuda_known_functions.txt', 'backends/cuda_known_functions.txt',
'backends/opencl1.1_known_functions.txt', 'backends/opencl1.1_known_functions.txt',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment