From e6100237e78106f4cde6273a1db15befbd5997ef Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Fri, 26 Mar 2021 21:12:08 +0100 Subject: [PATCH 1/3] Remove fenics as requirement Setting fenics as install requirement may break the installation (see #103). We therefore check whether fenics is installed and abort, if this is not the case. --- setup.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ca92732..bd7bec35 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,15 @@ if sys.version_info[0] < 3: raise Exception("fenicsprecice only supports Python3. Did you run $python setup.py