Skip to content

Commit

Permalink
Fix dependencies to address issues
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Apr 15, 2022
1 parent 2861c5a commit 1496fa5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
7 changes: 2 additions & 5 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,10 @@ google-auth-httplib2==0.1.0
# via google-api-python-client
google-auth-oauthlib==0.5.1
# via gcsfs
google-cloud-bigquery==3.0.1
google-cloud-bigquery==2.34.3
# via feast (setup.py)
google-cloud-bigquery-storage==2.13.1
# via
# feast (setup.py)
# google-cloud-bigquery
# via feast (setup.py)
google-cloud-core==1.7.2
# via
# feast (setup.py)
Expand Down Expand Up @@ -451,7 +449,6 @@ py4j==0.10.9.3
pyarrow==6.0.1
# via
# feast (setup.py)
# google-cloud-bigquery
# snowflake-connector-python
pyasn1==0.4.8
# via
Expand Down
7 changes: 2 additions & 5 deletions sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,10 @@ google-auth-httplib2==0.1.0
# via google-api-python-client
google-auth-oauthlib==0.5.1
# via gcsfs
google-cloud-bigquery==3.0.1
google-cloud-bigquery==2.34.3
# via feast (setup.py)
google-cloud-bigquery-storage==2.13.1
# via
# feast (setup.py)
# google-cloud-bigquery
# via feast (setup.py)
google-cloud-core==1.7.2
# via
# feast (setup.py)
Expand Down Expand Up @@ -457,7 +455,6 @@ py4j==0.10.9.3
pyarrow==6.0.1
# via
# feast (setup.py)
# google-cloud-bigquery
# snowflake-connector-python
pyasn1==0.4.8
# via
Expand Down
7 changes: 2 additions & 5 deletions sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,10 @@ google-auth-httplib2==0.1.0
# via google-api-python-client
google-auth-oauthlib==0.5.1
# via gcsfs
google-cloud-bigquery==3.0.1
google-cloud-bigquery==2.34.3
# via feast (setup.py)
google-cloud-bigquery-storage==2.13.1
# via
# feast (setup.py)
# google-cloud-bigquery
# via feast (setup.py)
google-cloud-core==1.7.2
# via
# feast (setup.py)
Expand Down Expand Up @@ -451,7 +449,6 @@ py4j==0.10.9.3
pyarrow==6.0.1
# via
# feast (setup.py)
# google-cloud-bigquery
# snowflake-connector-python
pyasn1==0.4.8
# via
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
]

GCP_REQUIRED = [
"google-cloud-bigquery>=2.28.1",
"google-cloud-bigquery>=2.34.*,<3.0.0",
"google-cloud-bigquery-storage >= 2.0.0",
"google-cloud-datastore>=2.1.*",
"google-cloud-storage>=1.34.*,<1.41",
Expand Down

0 comments on commit 1496fa5

Please sign in to comment.