Skip to content

Commit 0f76ece

Browse files
committed
add pyyaml to requirements for yaml definition of pipelines
1 parent 29bec04 commit 0f76ece

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ stamina
1010
tox
1111
scipy
1212
uncertainties
13+
pyyaml

src/modacor/runner/pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
from graphlib import TopologicalSorter
66
from pathlib import Path
7+
import yaml
78

89
from attrs import define, field
910
from attrs import validators as v

0 commit comments

Comments
 (0)