Skip to content

Commit

Permalink
updated v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Dec 22, 2023
1 parent 72b9a7b commit 88502c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "lightgbm" %}
{% set version = "4.1.0" %}
{% set version = "4.2.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: bee59dd269a93b093f2c610d4a6683a7ea87c63d3ea35c622123ce2c020b2abc
sha256: 8a4d051df2ab2218998a16f7712e843ee9e96d8b09ffbfcc18533da127e0da02

build:
number: 2
number: 0
script: {{ PYTHON }} -m pip install .

requirements:
Expand Down

0 comments on commit 88502c8

Please sign in to comment.