diff --git a/sdk/python/docs/requirements.txt b/sdk/python/docs/requirements.txt index 3a9bbfee453..0b7bbac363c 100644 --- a/sdk/python/docs/requirements.txt +++ b/sdk/python/docs/requirements.txt @@ -8,7 +8,7 @@ googleapis-common-protos==1.* grpcio==1.* numpy mock==2.0.0 -pandas==0.* +pandas~=1.0.0 protobuf==3.* pytest pytest-mock @@ -36,4 +36,4 @@ sphinxcontrib-htmlhelp sphinxcontrib-jsmath sphinxcontrib-napoleon sphinxcontrib-qthelp -sphinxcontrib-serializinghtml \ No newline at end of file +sphinxcontrib-serializinghtml diff --git a/sdk/python/requirements-ci.txt b/sdk/python/requirements-ci.txt index 726abb794fe..ddb077d4882 100644 --- a/sdk/python/requirements-ci.txt +++ b/sdk/python/requirements-ci.txt @@ -8,9 +8,9 @@ pytest-lazy-fixture==0.6.3 pytest-mock pytest-timeout pytest-ordering==0.6.* -pandas==0.* +pandas~=1.0.0 mock==2.0.0 pandavro==1.5.* moto mypy -mypy-protobuf \ No newline at end of file +mypy-protobuf diff --git a/sdk/python/requirements-dev.txt b/sdk/python/requirements-dev.txt index ca341d001b1..5b6cfaeec09 100644 --- a/sdk/python/requirements-dev.txt +++ b/sdk/python/requirements-dev.txt @@ -11,7 +11,7 @@ grpcio-testing==1.* grpcio-tools numpy mock==2.0.0 -pandas==0.* +pandas~=1.0.0 protobuf==3.* pytest pytest-lazy-fixture==0.6.3 @@ -37,4 +37,4 @@ pre-commit flake8 black boto3 -moto \ No newline at end of file +moto diff --git a/sdk/python/setup.py b/sdk/python/setup.py index f1126c16c80..956688f7c18 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -33,7 +33,7 @@ "googleapis-common-protos==1.*", "google-cloud-bigquery-storage==0.7.*", "grpcio==1.*", - "pandas==0.*", + "pandas~=1.0.0", "pandavro==1.5.*", "protobuf>=3.10", "PyYAML==5.1.*", diff --git a/tests/e2e/requirements.txt b/tests/e2e/requirements.txt index 040febc4983..94c63ca120f 100644 --- a/tests/e2e/requirements.txt +++ b/tests/e2e/requirements.txt @@ -1,6 +1,6 @@ mock==2.0.0 numpy==1.16.4 -pandas==0.24.2 +pandas~=1.0.0 pandavro==1.5.* pytest==5.2.1 pytest-benchmark==3.2.2 @@ -10,4 +10,4 @@ pytest-ordering==0.6.* tensorflow-data-validation==0.21.2 deepdiff==4.3.2 tensorflow==2.1.0 -tfx-bsl==0.21.* # lock to 0.21 \ No newline at end of file +tfx-bsl==0.21.* # lock to 0.21