Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix dependencies to address issues
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Apr 15, 2022
commit 1496fa574bc23fc894cd81d403685901c1f6ed2c
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