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

[2021.1.1.dev] update versions and deps

parent d2a168f0
No related branches found
No related tags found
1 merge request!10Draft: consolidate refactoring work
......@@ -14,6 +14,6 @@
# ~~~
Module: dune-gdt
Version: 2021.1.1-dev
Version: 2021.1.1.dev
Maintainer: felix.schindler@wwu.de
Depends: dune-localfunctions (>= 2.6) dune-xt (>= 18.11)
Depends: dune-localfunctions (>= 2.6) dune-xt (>= 2021.1)
......@@ -32,7 +32,7 @@ class InstallPlatlib(install):
setup(name='dune-gdt',
version='2021.1.1-dev',
version='2021.1.1.dev',
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>=2021.1.0,==2021.1.*'],
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