diff --git a/Dockerfile b/Dockerfile index 51be78f..59437c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ RUN apt-get update && apt-get install -y \ RUN easy_install pip RUN pip install \ numpy \ - scipy \ 'pyparsing==2.2.0' \ tox \ ; diff --git a/requirements/base.in b/requirements/base.in index 1b77892..6c29a94 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -5,5 +5,4 @@ lxml markupsafe numpy pyparsing -scipy sympy