Skip to content

Commit 93b9366

Browse files
committed
chore: Install pandas
1 parent 5f70d4f commit 93b9366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deps =
1616
django5.1: Django>=5.1,<5.2
1717
coverage
1818
commands =
19-
pip install numpy
19+
pip install pandas
2020
# Use local clickhouse_backend package so that coverage works properly.
2121
pip install -e .
2222
coverage run tests/runtests.py --debug-sql {posargs}

0 commit comments

Comments
 (0)