1
1
[bumpversion]
2
- current_version = 0.37.0
2
+ current_version = 0.37.1
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
@@ -22,7 +22,7 @@ classifiers =
22
22
Programming Language :: Python :: 3.9
23
23
Programming Language :: Python :: 3.10
24
24
Programming Language :: Python :: 3.11
25
- keywords =
25
+ keywords =
26
26
microbiome
27
27
microbiota
28
28
modeling
@@ -34,7 +34,7 @@ keywords =
34
34
packages = find:
35
35
zip_safe = True
36
36
python_requires = >=3.7
37
- install_requires =
37
+ install_requires =
38
38
pandas>=2.0.0
39
39
cobra>=0.29.0
40
40
jinja2>=2.10.0
@@ -44,18 +44,18 @@ install_requires =
44
44
osqp>=0.6.2,<1.0.0
45
45
optlang>=1.8.2
46
46
highspy>=1.7.2
47
- tests_require =
47
+ tests_require =
48
48
coverage
49
49
pytest
50
50
pytest-cov
51
51
52
52
[options.packages.find]
53
- exclude =
53
+ exclude =
54
54
docs
55
55
tests
56
56
57
57
[options.package_data]
58
- micom =
58
+ micom =
59
59
data/*.csv
60
60
data/*.gz
61
61
data/templates/*.*
@@ -70,7 +70,7 @@ search = __version__ = "{current_version}"
70
70
replace = __version__ = " {new_version}"
71
71
72
72
[tool:pytest]
73
- filterwarnings =
73
+ filterwarnings =
74
74
ignore::DeprecationWarning
75
75
ignore::FutureWarning
76
76
@@ -82,23 +82,23 @@ source = micom
82
82
branch = True
83
83
84
84
[coverage:report]
85
- exclude_lines =
85
+ exclude_lines =
86
86
pragma: no cover
87
-
87
+
88
88
def __repr__
89
89
if self\.debug
90
-
90
+
91
91
raise AssertionError
92
92
raise NotImplementedError
93
-
93
+
94
94
if 0:
95
95
if __name__ == .__main__.:
96
96
ignore_errors = True
97
97
98
98
[flake8]
99
99
exclude = tests/*, docs/*, versioneer.py, _version.py
100
100
max-line-length = 88
101
- ignore =
101
+ ignore =
102
102
E203
103
103
W503
104
104
D202
0 commit comments