Skip to content

Commit beaa116

Browse files
committed
Add ruamel.yaml to setup.py
1 parent 1220b05 commit beaa116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
url="https://github.com/DeepLabCut/DLClib",
2525
install_requires=[
2626
"huggingface_hub",
27+
"ruamel.yaml>=0.15.0",
2728
],
2829
packages=setuptools.find_packages(),
2930
data_files=[

0 commit comments

Comments
 (0)