Skip to content

Commit b704d69

Browse files
committed
update readme and ci
1 parent c5d429a commit b704d69

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,14 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: ["3.8", "3.9", "3.10"]
19-
os: [ubuntu-latest, macos-latest, windows-latest]
19+
os: [ubuntu-latest, windows-latest]
2020
fail-fast: false
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v2
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
- name: Install OpenMP runtime (macOS)
28-
if: runner.os == 'macOS'
29-
run: |
30-
brew update
31-
brew install libomp cbc
3227
- name: Check
3328
shell: bash
3429
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ plot_importance(df)
169169

170170
## Installation
171171

172-
Selective requires **Python 3.7+** and can be installed from PyPI using ``pip install selective``.
172+
Selective requires **Python 3.8+** and can be installed from PyPI using ``pip install selective``.
173173

174174
## Source
175175

0 commit comments

Comments
 (0)