-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
41 lines (39 loc) · 971 Bytes
/
setup.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
[metadata]
name = fieldopt
description = Modules for running simple optimization experiments with SimNIBS
long_description = file:README.md
keywords = neuroimaging, electric fields, simulations, optimization, bayesian
classifiers =
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
project_urls =
Github = https://github.com/jerdra/fieldopt
Bug TRACKER = https://github.com/jerdra/fieldopt/issues
Source Code = https://github.com/jerdra/fieldopt
[options]
python_requires = >= 3.7
install_requires =
attrs
packaging
numpy
numba
simnibs >= 3.1.1
packages = find:
zip_safe = true
[options.extras_require]
optimizer =
MOE >= 1.0.0
emcee == 2.2.1 # Bug in version 3.0.0 linear dependence test
lint =
flake8 >= 3.7.0
yapf >= 0.30.0
docs =
sphinx >= 3
sphinx-autodoc-typehints
sphinx-rtd-theme
all =
%(lint)s
%(docs)s