forked from AppliedMechanics/AMfe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.cfg
51 lines (49 loc) · 1.09 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
[metadata]
name = amfe
version = 1.0
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 = 'Johannes Rutzmoser'
url = 'https://github.com/tum-am/amfe'
author_email = 'johannes.rutzmoser@tum.de'
maintainer = 'Christian Meyer',
maintainer_email = 'christian.meyer@tum.de'
requires =
python_version >=3.7
numpy
scipy >=0.17
pandas >=0.23
h5py
matplotlib
vtk==8.1.2
tables
mkl
mkl-service
sphinx
sphinx_rtd_theme
numpydoc
license = 'BSD3-License'
[condadata]
dependencies =
python >=3.7
numpy
scipy >=0.17
pandas >=0.23
h5py
matplotlib
vtk =8.1.2
pytables
mkl
mkl-service
nose
sphinx
sphinx_rtd_theme
numpydoc
conda-build
coverage
[pyfeti]
spec = pyfeti>=0.12
dependency_links = 'git+ssh://git@gitlab.lrz.de/AM/pyfeti.git#egg=pyfeti'