Skip to content

Commit

Permalink
update floors, add run_constrained entries for optional dependencies (#…
Browse files Browse the repository at this point in the history
…54)

automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jun 20, 2024
2 parents dc070fd + 17e9392 commit fcca307
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

1 change: 1 addition & 0 deletions README.md

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

18 changes: 13 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ source:
sha256: 9e8a7640911481134e60987d5d1e1cd157f430c3b4b38de8d36fc55c302bc299

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

requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cmake >=3.8
- cmake >=3.18
- make
- {{ compiler('c') }}
- {{ stdlib("c") }}
Expand All @@ -26,20 +26,27 @@ requirements:
- scikit-build-core >=0.9.3
- python
- pip
- setuptools
- llvm-openmp # [osx]
- libgomp # [linux]
run:
- python
- numpy
- numpy >=1.17.0
- scipy
# optional dependencies from [project.optional-dependencies]
# at https://github.com/microsoft/LightGBM/blob/master/python-package/pyproject.toml
run_constrained:
- cffi >=1.15.1
- dask >=2.0.0
- pandas >=0.24.0
- pyarrow >=6.0.1
- scikit-learn !=0.22.0

test:
imports:
- lightgbm
requires:
- pip
- scikit-learn !=0.22.0
- scikit-learn
commands:
- pip check

Expand All @@ -61,3 +68,4 @@ extra:
- synapticarbors
- aldanor
- xhochy
- jameslamb

1 comment on commit fcca307

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

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

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

  • @jameslamb was added to this feedstock maintenance team.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.