From 781351306b1501ecd2d704841249505229dbc507 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Thu, 19 Sep 2019 18:07:29 +0200
Subject: [PATCH] Change testing requirement to tensorflow-gpu

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

diff --git a/setup.cfg b/setup.cfg
index 6932c1f..5347592 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,7 +43,7 @@ test_requires =
     pytest-html
     ansi2html
     pytest-cov
-    tensorflow
+    tensorflow-gpu
 # Require a specific Python version, e.g. Python 2.7 or >= 3.4
 # python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
 
@@ -62,7 +62,7 @@ testing =
     pytest-html
     ansi2html
     pytest-cov
-    tensorflow
+    tensorflow-gpu
 pybind11 =
     cppimport
 
-- 
GitLab