Test: Ignore deps from setup

This commit is contained in:
Raul Ochoa
2016-06-17 00:06:47 +02:00
parent 27d2dad3c5
commit 1edb55a790
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ include ../../Makefile.global
# Install the package locally for development
install:
echo "pip install ./crankshaft"
pip install ./crankshaft
# Test develpment install
test:
+1 -1
View File
@@ -40,7 +40,7 @@ setup(
# The choice of component versions is dictated by what's
# provisioned in the production servers.
install_requires=['numpy==1.11.0', 'scipy==0.17.1', 'pysal==1.11.1', 'scikit-learn==0.17.1'],
install_requires=[], # ['numpy==1.11.0', 'scipy==0.17.1', 'pysal==1.11.1', 'scikit-learn==0.17.1'],
requires=['pysal', 'numpy', 'sklearn'],