Skip to content

Commit 3e0a46c

Browse files
committed
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

Diff for: .circleci/config.yml

+1-1
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)