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 9c81fe3
Show file tree
Hide file tree
Showing 3 changed files with 6 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
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ deps =
-rrequirements_lightgbm.txt
-rrequirements_geoanalytics.txt
-rrequirements_tensorflow.txt
-rrequirements_xgboost.txt
whitelist_externals =
sh
allowlist_externals =
Expand Down

0 comments on commit 9c81fe3

Please sign in to comment.