We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29bec04 commit 0f76eceCopy full SHA for 0f76ece
requirements.txt
@@ -10,3 +10,4 @@ stamina
10
tox
11
scipy
12
uncertainties
13
+pyyaml
src/modacor/runner/pipeline.py
@@ -4,6 +4,7 @@
4
5
from graphlib import TopologicalSorter
6
from pathlib import Path
7
+import yaml
8
9
from attrs import define, field
from attrs import validators as v
0 commit comments