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 79c27d4 commit 49143b0Copy full SHA for 49143b0
.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 scikit-learn==1.3.2
+ pip install -r requirements.txt
26
27
# Check if the current version is already on PyPI
28
- name: Check version on PyPI
0 commit comments