We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a319e commit 79c27d4Copy full SHA for 79c27d4
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
pip install setuptools wheel twine requests
25
- pip install -r requirements.txt
+ pip install scikit-learn==1.3.2
26
27
# Check if the current version is already on PyPI
28
- name: Check version on PyPI
0 commit comments