Skip to content

Commit 20f21a5

Browse files
committed
add pyyaml as dep
1 parent 9c959df commit 20f21a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ release-major: check-release bumpversion-major release
265265

266266
.PHONY: check-deps
267267
check-deps:
268-
$(eval allow_list='cloudpickle=|graphviz=|numpy=|pandas=|tqdm=|copulas=|ctgan=|deepecho=|rdt=|sdmetrics=|platformdirs=')
268+
$(eval allow_list='cloudpickle=|graphviz=|numpy=|pandas=|tqdm=|copulas=|ctgan=|deepecho=|rdt=|sdmetrics=|platformdirs=|pyyaml=')
269269
pip freeze | grep -v "SDV.git" | grep -E $(allow_list) | sort > $(OUTPUT_FILEPATH)
270270

271271
.PHONY: upgradepip

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies = [
3838
'rdt>=1.12.0',
3939
'sdmetrics>=0.14.0',
4040
'platformdirs>=4.0',
41+
'pyyaml>=6.0.1',
4142
]
4243

4344
[project.urls]

0 commit comments

Comments
 (0)