-
Notifications
You must be signed in to change notification settings - Fork 3
/
meta.cfg
49 lines (46 loc) · 980 Bytes
/
meta.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
name = amfeti
version = 1.1.0
description = 'Python FETI standalone library.'
long_description ='Python FETI standalone library which provides data structures to solve linear problems with '
'dual Domain Decompositon methods'
author = 'Andreas Seibold'
url = 'https://gitlab.lrz.de/AM/amfeti'
author_email = '[email protected]'
maintainer = 'Andreas Seibold',
maintainer_email = '[email protected]'
license = 'BSD3-License'
include_package_data = 'true'
[options]
packages = find:
install_requires =
python_version >= '3.7'
scipy >= 1.1.0
Jinja2 == 2.11.3
dill
mpi4py
sphinx
sphinx_rtd_theme
numdifftools
numpydoc
numpy
setup_requires =
numpy
tests_require =
nose
coverage
pylint
[condadata]
dependencies =
python >=3.7
numpy
scipy >=1.1.0
Jinja2 == 2.11.3
dill
mpi4py
nose
sphinx
sphinx_rtd_theme
numpydoc
conda-build
coverage