Skip to content
Snippets Groups Projects
Commit e603efb9 authored by Jan Hönig's avatar Jan Hönig
Browse files

Increasing the minimal python version

parent 4fecf0c5
No related branches found
No related tags found
1 merge request!259Increasing the minimal Python version
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
name: pystencils name: pystencils
dependencies: dependencies:
# Basic dependencies: # Basic dependencies:
- python >= 3.6 - python >= 3.8
- numpy - numpy
- sympy >= 1.1 - sympy >= 1.1
- appdirs # to find default cache directory on each platform - appdirs # to find default cache directory on each platform
......
...@@ -51,7 +51,7 @@ nbsphinx_execute = 'never' ...@@ -51,7 +51,7 @@ nbsphinx_execute = 'never'
nbsphinx_codecell_lexer = 'python3' nbsphinx_codecell_lexer = 'python3'
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'python': ('https://docs.python.org/3.6', None), intersphinx_mapping = {'python': ('https://docs.python.org/3.8', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None), 'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'matplotlib': ('https://matplotlib.org/', None), 'matplotlib': ('https://matplotlib.org/', None),
'sympy': ('https://docs.sympy.org/latest/', None), 'sympy': ('https://docs.sympy.org/latest/', None),
......
...@@ -134,6 +134,6 @@ setuptools.setup(name='pystencils', ...@@ -134,6 +134,6 @@ setuptools.setup(name='pystencils',
'ipython', 'ipython',
'randomgen>=1.18'], 'randomgen>=1.18'],
python_requires=">=3.6", python_requires=">=3.8",
cmdclass=get_cmdclass() cmdclass=get_cmdclass()
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment