This is an automated email from the ASF dual-hosted git repository.

weichen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git

commit 8af550450a2a455f0e3ec5ec54ac907c6c71a371
Author: cardosolucas <cardosolucas61....@gmail.com>
AuthorDate: Wed Jan 1 14:26:50 2020 -0300

    Update test dependencies
---
 python-toolbox/setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python-toolbox/setup.py b/python-toolbox/setup.py
index cec9ce1..5f733d4 100644
--- a/python-toolbox/setup.py
+++ b/python-toolbox/setup.py
@@ -91,9 +91,9 @@ REQUIREMENTS_TESTS = [
     'pytest>=2.9.2',
     'pytest-cov>=1.8.1,<2.6',
     'pytest-watch>=4.1.0',
-    'pytest-testmon>=0.8.2',
+    'pytest-testmon==0.8.2',
     'Keras>=2.2.0',
-    'tensorflow>=1.8.0',
+    'tensorflow==2.0',
 ]
 # This is normally an empty list
 DEPENDENCY_LINKS_EXTERNAL = []

Reply via email to