8000 MNT install pandas on pypy build · scikit-learn/scikit-learn@db89201 · GitHub
[go: up one dir, main page]

Skip to content

Commit db89201

Browse files
committed
MNT install pandas on pypy build
1 parent 95128d3 commit db89201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/build_test_pypy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apt-get -yq install wget bzip2 build-essential ccache
1111
# scipy as it would be to costly to build those from source.
1212
conda install -y mamba
1313
mamba create -n pypy -y \
14-
pypy numpy scipy cython \
14+
pypy numpy scipy cython pandas \
1515
joblib threadpoolctl pillow pytest \
1616
sphinx numpydoc docutils
1717

0 commit comments

Comments
 (0)
0