Skip to content

Commit b44074c

Browse files
authored
Update Python SDK dependencies (#1394)
* Remove Kubernetes and configure GCS dep Signed-off-by: Willem Pienaar <git@willem.co> * Update License Signed-off-by: Willem Pienaar <git@willem.co>
1 parent a541b1d commit b44074c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sdk/python/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
# General information about the project.
6464
project = "Feast"
65-
copyright = "2019, Feast Authors"
65+
copyright = "2021, Feast Authors"
6666
author = "Feast Authors"
6767

6868
# The version info for the project you're documenting, acts as replacement for

sdk/python/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"google-api-core>=1.23.0",
3030
"google-cloud-bigquery>=2.0.*",
3131
"google-cloud-bigquery-storage >= 2.0.0",
32-
# "google-cloud-storage==1.20.*",
32+
"google-cloud-storage>=1.20.*",
3333
"google-cloud-core==1.4.*",
3434
"googleapis-common-protos==1.52.*",
3535
"grpcio==1.31.0",
@@ -45,7 +45,6 @@
4545
"pyarrow==2.0.0",
4646
"numpy<1.20.0",
4747
"google",
48-
"kubernetes==12.0.*",
4948
"bindr",
5049
"mmh3",
5150
]

0 commit comments

Comments
 (0)