We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d524914 commit 755ea43Copy full SHA for 755ea43
.github/workflows/manual.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: ${{ matrix.python-version }}
18
- name: Install dependencies
19
run: |
20
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools wheel
21
pip install flake8 pytest
22
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
23
- name: Lint with flake8
requirements.txt
@@ -1,4 +1,4 @@
1
-pandas==2.2.2
+pandas==2.2.3
2
scikit-learn==1.5.1
3
pytest==8.3.2
4
requests==2.32.3
0 commit comments