Removed setuptools ver

This commit is contained in:
kartikdutt18
2020-03-07 23:22:06 -05:00
committed by Ryan Birmingham
parent 0d8c3a0c60
commit b8db9ba0d9
+1
View File
@@ -26,6 +26,7 @@ steps:
if [ '$(python.version)' == '2.7' ]; then
sudo apt-get install -y --allow-unauthenticated python-pip cython python-numpy python-pandas
sudo pip install --upgrade --ignore-installed setuptools cython
sudo pip install "zipp<3.1"
fi
if [ '$(python.version)' == '3.7' ]; then