We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94e2968 + 5aaa04a commit 4726332Copy full SHA for 4726332
environment.yml
@@ -7,4 +7,3 @@ dependencies:
7
- scikits.odes
8
- pip:
9
- git+https://github.com/fau-advanced-separations/CADET-Process.git@dev
10
- - coverage
pyproject.toml
@@ -44,6 +44,7 @@ testing = [
44
"pre-commit", # system tests run pre-commit
45
"flake8", # system tests run flake8
46
"build",
47
+ "coverage"
48
]
49
docs = [
50
"sphinx>=5.3.0",
0 commit comments