Skip to content

Commit

Permalink
Use xgboost v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Aug 26, 2023
1 parent d4b0a99 commit 70428da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Algorithm/XGBoost/CustomBuilder.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Algorithm::XGBoost::CustomBuilder:ver<0.0.5>:auth<cpan:TITSUKI> is Distrib
{ module => "Zef::Service::Shell::curl" },
];
my $fetcher = Zef::Fetch.new(:backends(@fetch-backends));
my $uri = 'https://github.com/dmlc/xgboost/releases/download/v1.4.2/xgboost.tar.gz';
my $uri = 'https://github.com/dmlc/xgboost/releases/download/v1.7.6/xgboost.tar.gz';
my $archive-file = "xgboost.tar.gz".IO.e
?? "xgboost.tar.gz"
!! $fetcher.fetch(Candidate.new(:$uri), "xgboost.tar.gz");
Expand Down

0 comments on commit 70428da

Please sign in to comment.