Skip to content

Commit d9f0a5f

Browse files
committed
try unpinning pandas and numpy
1 parent d3de0b1 commit d9f0a5f

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
@@ -205,7 +205,7 @@ jobs:
205205
mv tests/percy/*.html tests/percy/pandas2/
206206
# 1.1 is the earliest minor with Py3.9 wheels
207207
uv pip install pip
208-
python -m pip install pandas==1.1.5 numpy==1.22.4
208+
python -m pip install pandas numpy
209209
python tests/percy/plotly-express.py
210210
python tests/percy/compare-pandas.py
211211
rm -rf tests/percy/pandas2

0 commit comments

Comments
 (0)