Skip to content

Commit

Permalink
pin xgboost in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Sep 13, 2024
1 parent 8f92254 commit 4380b4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ install_requires =
pydantic<2.0
cloudpickle
scipy
xgboost<3.0.0
xgboost<3.0.0; platform_system != "Darwin"
xgboost==1.7.6; platform_system == "Darwin"
geomloss
pgmpy
redis
Expand Down

0 comments on commit 4380b4a

Please sign in to comment.