Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/python/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -36,4 +36,4 @@ sphinxcontrib-htmlhelp
sphinxcontrib-jsmath
sphinxcontrib-napoleon
sphinxcontrib-qthelp
sphinxcontrib-serializinghtml
sphinxcontrib-serializinghtml
4 changes: 2 additions & 2 deletions sdk/python/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
mypy-protobuf
4 changes: 2 additions & 2 deletions sdk/python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,4 +37,4 @@ pre-commit
flake8
black
boto3
moto
moto
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.*",
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
tfx-bsl==0.21.* # lock to 0.21