We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c2bec commit d3de0b1Copy full SHA for d3de0b1
.circleci/config.yml
@@ -205,7 +205,7 @@ jobs:
205
mv tests/percy/*.html tests/percy/pandas2/
206
# 1.1 is the earliest minor with Py3.9 wheels
207
uv pip install pip
208
- python -m pip install pandas==1.1.5 numpy==1.19.5
+ python -m pip install pandas==1.1.5 numpy==1.22.4
209
python tests/percy/plotly-express.py
210
python tests/percy/compare-pandas.py
211
rm -rf tests/percy/pandas2
0 commit comments