Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Holzer
pystencils
Commits
5d45f99b
Commit
5d45f99b
authored
Feb 04, 2021
by
Michael Kuron
Browse files
minimum numpy is actually 1.8
parent
7c06dcb5
Pipeline
#29936
passed with stage
in 123 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
5d45f99b
...
...
@@ -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.
11
.0'
,
'appdirs'
,
'joblib'
],
install_requires
=
[
'sympy>=1.2'
,
'numpy>=1.
8
.0'
,
'appdirs'
,
'joblib'
],
package_data
=
{
'pystencils'
:
[
'include/*.h'
,
'backends/cuda_known_functions.txt'
,
'backends/opencl1.1_known_functions.txt'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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