Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lightgbm v4.6.0 #70

Merged
merged 9 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{% set version = "4.5.0" %}
{% set version = "4.6.0" %}

package:
name: liblightgbm
version: {{ version }}

source:
url: https://pypi.org/packages/source/l/lightgbm/lightgbm-{{ version }}.tar.gz
sha256: e1cd7baf0318d4e308a26575a63a4635f08df866ad3622a9d8e3d71d9637a1ba
sha256: cb1c59720eb569389c0ba74d14f52351b573af489f230032a1c9f314f8bab7fe
patches:
- boost_shared.diff
# Taken from https://github.com/microsoft/LightGBM/blob/v4.5.0/build-python.sh#L308-L316
# except that we don't copy lib_lightgbm.so to SP_DIR
- use_precompiled.diff

build:
number: 4
number: 0
string: cuda_h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version != "None"]
string: cpu_h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version == "None"]
# CUDA is not supported in windows
Expand Down Expand Up @@ -80,7 +80,7 @@ outputs:
- dask >=2.0.0
- pandas >=0.24.0
- pyarrow >=6.0.1
- scikit-learn !=0.22.0
- scikit-learn >=0.24.2
test:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

files:
- python_run_test.py
Expand Down
Loading