Skip to content

Commit

Permalink
Add extra xgboost
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Aug 13, 2024
1 parent baf6720 commit f9388df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements_xgboost.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Requirements for extra 'xgboost'
# These are the pinned lowest versions we test; setup.py relaxes them, changing them to lower bounds
xgboost==1.7.6
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"lightgbm",
# extra "geoanalytics"
"networkx", "Shapely", "geopandas", "utm",
# extra "xgboost"
"xgboost",
]
# upper bound: map dependency name to lowest exluded version
DEPS_VERSION_UPPER_BOUND_EXCLUSIVE: Dict[str, str] = {}
Expand Down

0 comments on commit f9388df

Please sign in to comment.