Skip to content

Commit

Permalink
Update all depencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
SwampertX committed Aug 21, 2020
1 parent faff938 commit fb515d5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
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~=1.0.0
pandas~=1.1.0
mock==2.0.0
pandavro==1.5.*
moto
moto~=1.2
mypy
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,14 +11,14 @@ grpcio-testing==1.*
grpcio-tools
numpy
mock==2.0.0
pandas~=1.0.0
pandas~=1.1.0
protobuf==3.*
pytest
pytest-lazy-fixture==0.6.3
pytest-mock
pytest-timeout
pytest-ordering==0.6.*
PyYAML==5.1.*
PyYAML==5.3.*
fastavro==0.*
pyarrow
Sphinx
Expand Down
44 changes: 22 additions & 22 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@
REQUIRES_PYTHON = ">=3.6.0"

REQUIRED = [
"Click",
"google-api-core",
"google-auth",
"google-cloud-bigquery",
"google-cloud-storage",
"google-cloud-core",
"googleapis-common-protos",
"google-cloud-bigquery-storage",
"grpcio",
"pandas",
"pandavro",
"protobuf",
"PyYAML",
"fastavro",
"kafka-python",
"tabulate",
"toml",
"tqdm",
"pyarrow",
"numpy",
"google",
"confluent_kafka",
"click>=7.1.2",
"fastavro>=0.24.2",
"google>=3.0.0",
"google-api-core>=1.22.1",
"google-auth>=1.20.1",
"google-auth-oauthlib>=0.4.1",
"google-cloud-bigquery>=1.27.2",
"google-cloud-bigquery-storage>=1.0.0",
"google-cloud-core>=1.4.1",
"google-cloud-storage>=1.30.0",
"googleapis-common-protos>=1.52.0",
"grpcio>=1.31.0",
"kafka-python>=2.0.1",
"numpy>=1.18.5",
"pandas>=1.1.1",
"pandavro>=1.5.2",
"protobuf>=3.13.0",
"pyarrow>=1.0.0",
"PyYAML>=5.3.1",
"tabulate>=0.8.7",
"toml>=0.10.1",
"tqdm>=4.48.2",
]

# README file from Feast repo root directory
Expand Down

0 comments on commit fb515d5

Please sign in to comment.