From 2dfe28b048a23933236bf256f8553dc4e4aecf8e Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Mon, 16 Dec 2019 10:58:11 +0100
Subject: [PATCH] Change requirements for pystencils_autodiff

---
 setup.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 2d6e2c0..f13bd08 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,7 +32,8 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0
 # Add here dependencies of your project (semicolon/line-separated), e.g.
 install_requires =
     numpy
-    pystencils>=0.2.7
+    pystencils>=0.2.8
+    sympy>=0.5 # lower sympy version will have problems with a bug in floor when using interpolation
     jinja2
     tqdm
     p_tqdm # for parallel compilation in tensorflow_jit
-- 
GitLab