Skip to content

Commit

Permalink
Merge branch 'main' into ruff-format
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Oct 26, 2023
2 parents ae8b24a + bdf0cdb commit a205bc9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- { PYTHON_VERSION: '3.8', SKLEARN_VERSION: '', LGBM_VERSION: 'lightgbm=3.2' }
- { PYTHON_VERSION: '3.8', SKLEARN_VERSION: '', LGBM_VERSION: 'lightgbm=3.3' }
- { PYTHON_VERSION: '3.8', SKLEARN_VERSION: '', LGBM_VERSION: 'lightgbm=4.0' }
- { PYTHON_VERSION: '3.8', SKLEARN_VERSION: '', LGBM_VERSION: 'lightgbm=4.1' }
- { PYTHON_VERSION: '3.8', SKLEARN_VERSION: '', LGBM_VERSION: '' }
- { PYTHON_VERSION: '3.9', SKLEARN_VERSION: '', LGBM_VERSION: '' }
- { PYTHON_VERSION: '3.10', SKLEARN_VERSION: '', LGBM_VERSION: '' }
Expand Down
2 changes: 1 addition & 1 deletion environment-deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- lightgbm >=3.2,<4.1
- lightgbm >=3.2,<4.2
- numpy
- python >=3.8
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lint = "pre-commit run -a"
[dependencies]
python = ">=3.8"
pip = "*"
lightgbm = ">=3.2,<4.1"
lightgbm = ">=3.2,<4.2"
numpy = "*"
pre-commit = "*"
pandas = "*"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [

[project.optional-dependencies]
lightgbm = [
"lightgbm >=3.2,<4.1",
"lightgbm >=3.2,<4.2",
]
scikit-learn = [
"scikit-learn >=1.1.0,<1.4",
Expand Down

0 comments on commit a205bc9

Please sign in to comment.