forked from AppliedMechanics/AMfe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.cfg
57 lines (54 loc) · 1.15 KB
/
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
50
51
52
53
54
55
56
57
[metadata]
name = amfe
version = 1.1.1
description = 'Nonlinear Finite Element Code with simplicity in mind.'
long_description ='Nonlinear Finite Element Code for \
Structural Dynamics. \
This code includes Model Order Reduction Techniques for nonlinear Systems \
such as DEIM or ECSW and domain decomposition methods over pyfeti library'
author = 'Christian Meyer, Andreas Seibold, Johannes Rutzmoser'
url = 'https://github.com/tum-am/amfe'
author_email = 'johannes.rutzmoser@tum.de'
maintainer = 'Christian Meyer',
maintainer_email = 'christian.meyer@tum.de'
license = 'BSD3-License'
include_package_data = 'true'
[options]
packages = find:
install_requires =
python_version >= '3.7'
scipy >=1.1.0
pandas >=0.23
h5py
matplotlib
vtk ==8.1.2
tables
mkl
sphinx
sphinx_rtd_theme
numpydoc
numpy
setup_requires =
numpy
tests_require =
nose
coverage
pylint
[condadata]
dependencies =
python >=3.7
numpy
scipy >=1.1.0
pandas >=0.23
h5py
matplotlib
vtk ==8.1.2
pytables
mkl
mkl-service
nose
sphinx
sphinx_rtd_theme
numpydoc
conda-build
coverage