1
1
[bumpversion]
2
- current_version = 0.33.2
2
+ current_version = 0.34.0
3
3
commit = True
4
4
tag = True
5
5
@@ -12,7 +12,7 @@ url = https://github.com/micom-dev/micom
12
12
author = Christian Diener
13
13
14
14
license = Apache License 2.0
15
- classifiers =
15
+ classifiers =
16
16
Development Status :: 5 - Production/Stable
17
17
Intended Audience :: Science/Research
18
18
Topic :: Scientific/Engineering :: Bio-Informatics
@@ -23,7 +23,7 @@ classifiers =
23
23
Programming Language :: Python :: 3.9
24
24
Programming Language :: Python :: 3.10
25
25
Programming Language :: Python :: 3.11
26
- keywords =
26
+ keywords =
27
27
microbiome
28
28
microbiota
29
29
modeling
@@ -35,26 +35,26 @@ keywords =
35
35
packages = find:
36
36
zip_safe = True
37
37
python_requires = >=3.7
38
- install_requires =
38
+ install_requires =
39
39
cobra>=0.26.2
40
40
jinja2>=2.10.0
41
41
scikit-learn>=0.24.1
42
42
scipy>=1.8.1
43
43
symengine>=0.6.1
44
44
osqp>=0.6.2
45
45
highspy>=1.7.1.dev1
46
- tests_require =
46
+ tests_require =
47
47
coverage
48
48
pytest
49
49
pytest-cov
50
50
51
51
[options.packages.find]
52
- exclude =
52
+ exclude =
53
53
docs
54
54
tests
55
55
56
56
[options.package_data]
57
- micom =
57
+ micom =
58
58
data/*.csv
59
59
data/*.gz
60
60
data/templates/*.*
@@ -69,7 +69,7 @@ search = __version__ = "{current_version}"
69
69
replace = __version__ = " {new_version}"
70
70
71
71
[tool:pytest]
72
- filterwarnings =
72
+ filterwarnings =
73
73
ignore::DeprecationWarning
74
74
ignore::FutureWarning
75
75
@@ -81,23 +81,23 @@ source = micom
81
81
branch = True
82
82
83
83
[coverage:report]
84
- exclude_lines =
84
+ exclude_lines =
85
85
pragma: no cover
86
-
86
+
87
87
def __repr__
88
88
if self\.debug
89
-
89
+
90
90
raise AssertionError
91
91
raise NotImplementedError
92
-
92
+
93
93
if 0:
94
94
if __name__ == .__main__.:
95
95
ignore_errors = True
96
96
97
97
[flake8]
98
98
exclude = tests/*, docs/*, versioneer.py, _version.py
99
99
max-line-length = 88
100
- ignore =
100
+ ignore =
101
101
E203
102
102
W503
103
103
D202
0 commit comments