Skip to content

Commit bcd3e0c

Browse files
committed
Updated bbconf to newest yacman
1 parent 9c751a0 commit bcd3e0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bbconf/config_parser/bedbaseconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def _read_config_file(config_path: str) -> ConfigFile:
130130
Parsed ConfigFile object.
131131
"""
132132

133-
_config = yacman.YAMLConfigManager(filepath=config_path).exp
133+
_config = yacman.YAMLConfigManager.from_yaml_file(filepath=config_path).exp
134134

135135
config_dict = {}
136136
for field_name, annotation in ConfigFile.model_fields.items():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Topic :: Scientific/Engineering :: Bio-Informatics",
1919
]
2020
dependencies = [
21-
"yacman == 0.9.4",
21+
"yacman >= 1.0.0",
2222
"sqlalchemy >= 2.0.0",
2323
"gtars >= 0.5.3",
2424
"geniml[ml] >= 0.8.4",

0 commit comments

Comments
 (0)