Skip to content

Commit 755ea43

Browse files
author
arianatan
committed
CI: pin pandas to 2.2.3 for Python 3.13; upgrade build tools
1 parent d524914 commit 755ea43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install dependencies
1919
run: |
20-
python -m pip install --upgrade pip
20+
python -m pip install --upgrade pip setuptools wheel
2121
pip install flake8 pytest
2222
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2323
- name: Lint with flake8

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pandas==2.2.2
1+
pandas==2.2.3
22
scikit-learn==1.5.1
33
pytest==8.3.2
44
requests==2.32.3

0 commit comments

Comments
 (0)