From e66bdcf269908d67b9c24c4d07eafe71bd7dbf44 Mon Sep 17 00:00:00 2001 From: Isuru Fernando <isuruf@gmail.com> Date: Fri, 2 Feb 2018 10:38:54 -0600 Subject: [PATCH] Revert "Add scipy to requirements" This reverts commit 6e1d51612b7cdee2362d6cbde8a5ec691b0cc38f. --- .test-conda-env-py3.yml | 1 - requirements.txt | 1 - setup.py | 1 - 3 files changed, 3 deletions(-) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index 7d69115b..b2b8b1b4 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -13,5 +13,4 @@ dependencies: - python=3.5 - symengine=0.3.0 - python-symengine=0.3.0 -- scipy # things not in here: loopy boxtree pymbolic pyfmmlib diff --git a/requirements.txt b/requirements.txt index ab8d542d..1e86e610 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ numpy sympy==1.0 -scipy>=0.13 git+https://github.com/inducer/pymbolic git+https://github.com/inducer/islpy git+https://github.com/inducer/pyopencl diff --git a/setup.py b/setup.py index e5f82e37..8d085054 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,6 @@ setup(name="sumpy", "boxtree>=2013.1", "pytest>=2.3", "six", - "scipy>=0.13", # If this causes issues, see: # https://code.google.com/p/sympy/issues/detail?id=3874 -- GitLab