From 1ac6d9ac0a0637e23ad002bfb048ae7c52d26e5e Mon Sep 17 00:00:00 2001 From: Elon Rubin Date: Mon, 26 Jul 2021 19:57:16 -0400 Subject: [PATCH 1/3] uprev data-validation --- requirements.txt | 5 +++-- tox.ini | 13 +++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9cb0914..7c3bb3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,14 +2,15 @@ google-api-python-client>=1.5.4,<2.0 numpy>=1.14.0,<2.0.0 oauth2client<4.0.0 pandas>=0.22.0,<1.0.0 -pbr +pbr~=5.6.0 six>=1.11.0,<2.0.0 scikit-learn>=0.18,<0.21 tensorflow>=1.15.0,<1.16 -tensorflow-data-validation>=0.15.0,<0.16 +tensorflow-data-validation==0.27.0 tensorflow-transform>=0.15.0,<0.16 typing>=3.6.4,<4.0.0 # tfx-bsl has requirement apache-beam[gcp]<2.17 apache-beam[gcp]>=2.16.0,<2.17.0 # tfdv and tft 0.15 has requirement absl-py<0.9 absl-py>=0.8.1,<0.9 +luigi~=3.0.3 \ No newline at end of file diff --git a/tox.ini b/tox.ini index 0858101..5a01729 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.3.0 -envlist = mypy,lint,examples-py{27,35},test-py{27, 35},upload-coverage,license +envlist = mypy,lint,examples-py{36,37},test-py{36, 37},upload-coverage,license [testenv] commands = @@ -19,20 +19,21 @@ commands = flake8 examples flake8 tests -[testenv:examples-py27] +[testenv:examples-py36] +basepython = python3.6 extras = examples commands = {toxinidir}/bin/run-examples -[testenv:examples-py35] +[testenv:examples-py37] extras = examples commands = {toxinidir}/bin/run-examples [testenv:mypy] -basepython = python3.5 +basepython = python3.7 extras = deps = mypy @@ -41,7 +42,7 @@ commands = mypy tests [testenv:upload-coverage] -basepython = python2.7 +basepython = python3.7 extras = deps = codecov @@ -51,7 +52,7 @@ commands = python -m codecov [testenv:license] -basepython = python2.7 +basepython = python3.7 extras = deps = commands = From bacb41e3fe6253f8c67a4d92ff51752cbd183a17 Mon Sep 17 00:00:00 2001 From: Elon Rubin Date: Mon, 26 Jul 2021 19:57:58 -0400 Subject: [PATCH 2/3] removing versions --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c3bb3a..9d32208 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ google-api-python-client>=1.5.4,<2.0 numpy>=1.14.0,<2.0.0 oauth2client<4.0.0 pandas>=0.22.0,<1.0.0 -pbr~=5.6.0 +pbr six>=1.11.0,<2.0.0 scikit-learn>=0.18,<0.21 tensorflow>=1.15.0,<1.16 @@ -12,5 +12,4 @@ typing>=3.6.4,<4.0.0 # tfx-bsl has requirement apache-beam[gcp]<2.17 apache-beam[gcp]>=2.16.0,<2.17.0 # tfdv and tft 0.15 has requirement absl-py<0.9 -absl-py>=0.8.1,<0.9 -luigi~=3.0.3 \ No newline at end of file +absl-py>=0.8.1,<0.9 \ No newline at end of file From efb190aa78a93cd34e7732e365f162d016037fdf Mon Sep 17 00:00:00 2001 From: Elon Rubin Date: Mon, 26 Jul 2021 19:58:42 -0400 Subject: [PATCH 3/3] removing tox changes --- tox.ini | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tox.ini b/tox.ini index 5a01729..0858101 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.3.0 -envlist = mypy,lint,examples-py{36,37},test-py{36, 37},upload-coverage,license +envlist = mypy,lint,examples-py{27,35},test-py{27, 35},upload-coverage,license [testenv] commands = @@ -19,21 +19,20 @@ commands = flake8 examples flake8 tests -[testenv:examples-py36] -basepython = python3.6 +[testenv:examples-py27] extras = examples commands = {toxinidir}/bin/run-examples -[testenv:examples-py37] +[testenv:examples-py35] extras = examples commands = {toxinidir}/bin/run-examples [testenv:mypy] -basepython = python3.7 +basepython = python3.5 extras = deps = mypy @@ -42,7 +41,7 @@ commands = mypy tests [testenv:upload-coverage] -basepython = python3.7 +basepython = python2.7 extras = deps = codecov @@ -52,7 +51,7 @@ commands = python -m codecov [testenv:license] -basepython = python3.7 +basepython = python2.7 extras = deps = commands =