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 76cc603 commit 9a167aaCopy full SHA for 9a167aa
scripts/install.sh
@@ -30,7 +30,9 @@ else
30
fi
31
32
source ./venv/bin/activate
33
-pip install numpy pendulum
+pip install pandas
34
+pip install numpy
35
+pip install pendulum
36
pip install pyarrow
37
pip install pytest pytest-cov pytest-rerunfailures
38
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]] || [[ $PYTHON_VERSION == "2.7"* ]]; then
0 commit comments