We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c959df commit 20f21a5Copy full SHA for 20f21a5
Makefile
@@ -265,7 +265,7 @@ release-major: check-release bumpversion-major release
265
266
.PHONY: check-deps
267
check-deps:
268
- $(eval allow_list='cloudpickle=|graphviz=|numpy=|pandas=|tqdm=|copulas=|ctgan=|deepecho=|rdt=|sdmetrics=|platformdirs=')
+ $(eval allow_list='cloudpickle=|graphviz=|numpy=|pandas=|tqdm=|copulas=|ctgan=|deepecho=|rdt=|sdmetrics=|platformdirs=|pyyaml=')
269
pip freeze | grep -v "SDV.git" | grep -E $(allow_list) | sort > $(OUTPUT_FILEPATH)
270
271
.PHONY: upgradepip
pyproject.toml
@@ -38,6 +38,7 @@ dependencies = [
38
'rdt>=1.12.0',
39
'sdmetrics>=0.14.0',
40
'platformdirs>=4.0',
41
+ 'pyyaml>=6.0.1',
42
]
43
44
[project.urls]
0 commit comments