We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a541b1d commit b44074cCopy full SHA for b44074c
sdk/python/docs/conf.py
@@ -62,7 +62,7 @@
62
63
# General information about the project.
64
project = "Feast"
65
-copyright = "2019, Feast Authors"
+copyright = "2021, Feast Authors"
66
author = "Feast Authors"
67
68
# The version info for the project you're documenting, acts as replacement for
sdk/python/setup.py
@@ -29,7 +29,7 @@
29
"google-api-core>=1.23.0",
30
"google-cloud-bigquery>=2.0.*",
31
"google-cloud-bigquery-storage >= 2.0.0",
32
- # "google-cloud-storage==1.20.*",
+ "google-cloud-storage>=1.20.*",
33
"google-cloud-core==1.4.*",
34
"googleapis-common-protos==1.52.*",
35
"grpcio==1.31.0",
@@ -45,7 +45,6 @@
45
"pyarrow==2.0.0",
46
"numpy<1.20.0",
47
"google",
48
- "kubernetes==12.0.*",
49
"bindr",
50
"mmh3",
51
]
0 commit comments