Skip to content

Commit 45543ec

Browse files
committed
BLD: cleaner 3.6 deps install
1 parent 908c224 commit 45543ec

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

ci/install-3.6_DEV.sh

+1-14
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,8 @@ source activate pandas
99

1010
# ensure we have pip
1111
python -m ensurepip
12-
pip3.6 install nose
13-
14-
# build cython
15-
git clone https://github.com/cython/cython.git
16-
cd cython
17-
git checkout 0.25.1
18-
python setup.py install
19-
cd ..
20-
21-
# remove the system installed numpy
22-
pip3.6 uninstall numpy -y
2312

2413
# install deps
25-
pip3.6 install numpy
26-
pip3.6 install pytz
27-
pip3.6 install python-dateutil
14+
pip3.6 install nose cython numpy pytz python-dateutil
2815

2916
true

0 commit comments

Comments
 (0)