-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
56 lines (51 loc) · 1.18 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[metadata]
name = probeye
version = attr: probeye.__version__
author = Alexander Klawonn
author_email = [email protected]
description = A general framework for setting up parameter estimation problems.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
Intended Audience :: Science/Research
Operating System :: OS Independent
License :: OSI Approved :: MIT License
license_files = LICENSE
[options]
python_requires = >= 3.10
packages = find:
include_package_data = True
install_requires =
numpy<2
scipy<2
matplotlib<4
emcee<4
tabulate<1
arviz<1
loguru<1
rdflib<7
owlready2<1
dynesty
tri-py<1
[options.package_data]
probeye =
probeye.txt
ontology/parameter_estimation_ontology.owl
[options.extras_require]
tests =
pytest
coverage[toml]
lint_type_checks =
pre-commit
docs =
sphinx >=3, <5
sphinx_gallery<1
sphinx-copybutton<1
sphinx-inline-tabs
sphinxcontrib-bibtex<3
myst-parser<1
furo