Skip to content

Commit

Permalink
Fix missing CI dependency in Python SDK documentation building
Browse files Browse the repository at this point in the history
  • Loading branch information
woop committed Jan 7, 2020
1 parent 58527de commit 6dae18f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/python/feast/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def ingest(
Loads feature data into Feast for a specific feature set.
Args:
feature_set (typing.Union[str, FeatureSet]):
feature_set (typing.Union[str, feast.feature_set.FeatureSet]):
Feature set object or the string name of the feature set
(without a version).
Expand Down
14 changes: 11 additions & 3 deletions sdk/python/requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Click==7.*
google-api-core==1.*
google-auth==1.*
google-cloud-bigquery==1.*
Expand All @@ -13,10 +14,17 @@ protobuf==3.*
pytest
pytest-mock
pytest-timeout
PyYAML==5.1.2
fastavro==0.21.*
PyYAML==5.1.*
fastavro==0.*
grpcio-testing==1.*
pytest-ordering==0.6.*
pyarrow
Sphinx
sphinx-rtd-theme
sphinx-rtd-theme
toml==0.10.*
tqdm==4.*
confluent_kafka
google
pandavro==1.5.*
kafka-python==1.*
tabulate==0.8.*

0 comments on commit 6dae18f

Please sign in to comment.