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 f43335ccaab53f623b1c28a75134857da112502c
Author: cardosolucas <cardosolucas61....@gmail.com>
AuthorDate: Thu Nov 21 00:16:34 2019 -0300

    Fix requirements
---
 python-toolbox/setup.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/python-toolbox/setup.py b/python-toolbox/setup.py
index 3cafd6f..8f5d68f 100644
--- a/python-toolbox/setup.py
+++ b/python-toolbox/setup.py
@@ -83,6 +83,7 @@ REQUIREMENTS_EXTERNAL = [
     'bleach>=1.5.0',
     'numpy>=1.16.2',
     'google-cloud-bigquery>=1.21',
+    'pandas>=0.24'
 ]
 
 # Test dependencies
@@ -92,9 +93,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