Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3e0a46c

Browse files
committedMar 10, 2025·
bump pandas 1 version for Percy tests
1 parent 533f5f7 commit 3e0a46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
mkdir tests/percy/pandas2
205205
mv tests/percy/*.html tests/percy/pandas2/
206206
uv pip install pip
207-
python -m pip install pandas==1.1.5 numpy==1.26.4
207+
python -m pip install pandas==1.5.3 numpy==1.26.4
208208
python tests/percy/plotly-express.py
209209
python tests/percy/compare-pandas.py
210210
rm -rf tests/percy/pandas2

0 commit comments

Comments
 (0)
Please sign in to comment.