Skip to content

Commit ab64b67

Browse files
committed
Force min cython for scikit-learn 0.24 compatibility
1 parent 186f2ef commit ab64b67

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/minimum.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
python -m pip install Cython==0.29.24
25-
python -m pip install invoke .[test] --no-build-isolation
24+
python -m pip install invoke .[test]
2625
- name: Test with minimum versions
2726
run: invoke minimum

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"Chat" = "https://bit.ly/sdv-slack-invite"
4141

4242
[build-system]
43-
requires = ['setuptools', 'wheel']
43+
requires = ['setuptools', 'wheel', 'cython ~= 0.29.0']
4444
build-backend = "setuptools.build_meta"
4545

4646
[project.optional-dependencies]

0 commit comments

Comments
 (0)