summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a419b28..b8cf3d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ python:
# command to install dependencies
install:
- - "pip install --only-binary=scipy -r requirements.txt"
+ - "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
- "pip install coveralls"
diff --git a/setup.py b/setup.py
index c8c2a9c..1df0868 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ METADATA = {
}
SETUPTOOLS_METADATA = {
- 'install_requires': ['cairocffi==0.6', 'scipy'],
+ 'install_requires': ['cairocffi==0.6'],
}