Skip to content
Snippets Groups Projects
Commit 58d806c0 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler Committed by Tobias Leibner
Browse files

[P] use versions and dependencies from dune.module

parent 5abf367d
No related branches found
No related tags found
1 merge request!10Draft: consolidate refactoring work
......@@ -32,7 +32,7 @@ class InstallPlatlib(install):
setup(name='dune-gdt',
version='2021.1.1',
version='${DUNE_GDT_VERSION}',
namespace_packages=['dune'],
description='Python for Dune-Gdt',
author='The dune-gdt devs',
......@@ -45,6 +45,6 @@ setup(name='dune-gdt',
'install': InstallPlatlib,
},
distclass=BinaryDistribution,
install_requires=['jinja2', 'where', 'codecov', 'dune-xt>=2021.1'],
install_requires=['jinja2', 'where', 'codecov', 'dune-xt~=${DUNE_XT_VERSION_MAJOR}.${DUNE_XT_VERSION_MINOR}'],
extras_requires={'parallel': ['bokeh', 'pymumps', 'metis']},
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment