Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Hönig
pystencils
Commits
e603efb9
Commit
e603efb9
authored
Aug 17, 2021
by
Jan Hönig
Browse files
Increasing the minimal python version
parent
4fecf0c5
Pipeline
#33840
passed with stages
in 88 minutes and 55 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
binder/environment.yml
View file @
e603efb9
...
...
@@ -14,7 +14,7 @@
name
:
pystencils
dependencies
:
# Basic dependencies:
-
python >=
3.
6
-
python >=
3.
8
-
numpy
-
sympy >=
1.1
-
appdirs
# to find default cache directory on each platform
...
...
doc/conf.py
View file @
e603efb9
...
...
@@ -51,7 +51,7 @@ nbsphinx_execute = 'never'
nbsphinx_codecell_lexer
=
'python3'
# 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
),
'matplotlib'
:
(
'https://matplotlib.org/'
,
None
),
'sympy'
:
(
'https://docs.sympy.org/latest/'
,
None
),
...
...
setup.py
View file @
e603efb9
...
...
@@ -134,6 +134,6 @@ setuptools.setup(name='pystencils',
'ipython'
,
'randomgen>=1.18'
],
python_requires
=
">=3.
6
"
,
python_requires
=
">=3.
8
"
,
cmdclass
=
get_cmdclass
()
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment