We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f70d4f commit 93b9366Copy full SHA for 93b9366
tox.ini
@@ -16,7 +16,7 @@ deps =
16
django5.1: Django>=5.1,<5.2
17
coverage
18
commands =
19
- pip install numpy
+ pip install pandas
20
# Use local clickhouse_backend package so that coverage works properly.
21
pip install -e .
22
coverage run tests/runtests.py --debug-sql {posargs}
0 commit comments