Skip to content

Commit

Permalink
Add missing dependencies due to autogen's installation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinganc committed Sep 20, 2024
1 parent 8f9de52 commit e2d90bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

install_requires = [
"pyautogen>=0.2.31",
"graphviz>=0.20.1"
"graphviz>=0.20.1",
"scikit-learn",
"xgboost",
]

setuptools.setup(
Expand Down

0 comments on commit e2d90bb

Please sign in to comment.