From ee91a1277221fb286e8220e01f04e3a397e91cb2 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Tue, 17 Dec 2019 17:56:24 +0100
Subject: [PATCH] Specify pystencils-autodiff dependency

---
 setup.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index f444873..dbe267f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,7 +29,7 @@ setup_requires = pyscaffold>=3.1a0,<3.2a0
 # Add here dependencies of your project (semicolon/line-separated), e.g.
 install_requires = 
     numpy
-    pystencils-autodiff
+    pystencils-autodiff>=0.3.2
     scikit-image
     tqdm
     jinja2
@@ -78,7 +78,7 @@ extras = True
 # e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
 # in order to write a coverage file that can be read by Jenkins.
 env = 
-    PYCONRAD_HEADLESS=1
+    #PYCONRAD_HEADLESS=1
 addopts =
     --cov pystencils_reco --cov-report html
     --verbose
-- 
GitLab