Skip to content

Commit

Permalink
limit ruamel.yaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
qianyun210603 committed Nov 4, 2023
1 parent 47a1ac1 commit 38b1c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_version(rel_path: str) -> str:
"lightgbm>=3.3.0",
"tornado",
"joblib>=0.17.0",
"ruamel.yaml>=0.16.12",
"ruamel.yaml>=0.16.12,<0.18.0",
"pymongo", # For task management
"scikit-learn>=0.22",
"dill",
Expand Down

0 comments on commit 38b1c31

Please sign in to comment.