Skip to content

Commit

Permalink
updated v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Jun 15, 2024
1 parent cb6794d commit 0bd3989
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "lightgbm" %}
{% set version = "4.3.0" %}
{% set version = "4.4.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 006f5784a9bcee43e5a7e943dc4f02de1ba2ee7a7af1ee5f190d383f3b6c9ebe
sha256: 9e8a7640911481134e60987d5d1e1cd157f430c3b4b38de8d36fc55c302bc299

build:
number: 0
Expand All @@ -20,6 +20,7 @@ requirements:
- cmake >=3.8
- make
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
host:
- scikit-build-core >=0.4.4
Expand Down

0 comments on commit 0bd3989

Please sign in to comment.