Skip to content

Commit

Permalink
Add pandas to requirements.in in a bunch of places
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Oct 2, 2024
1 parent fcc54d9 commit d58c064
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/bigquery_agent/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
flytekit
wheel
matplotlib
pandas
flytekitplugins-deck-standard
flytekitplugins-bigquery
1 change: 1 addition & 0 deletions examples/bigquery_plugin/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
flytekit
wheel
matplotlib
pandas
flytekitplugins-deck-standard
flytekitplugins-bigquery
1 change: 1 addition & 0 deletions examples/blast/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
flytekit>=0.32.3
wheel
matplotlib
pandas
flytekitplugins-deck-standard
1 change: 1 addition & 0 deletions examples/development_lifecycle/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ flytekitplugins-deck-standard
plotly
scikit-learn
tabulate
pandas
pyarrow
1 change: 1 addition & 0 deletions examples/house_price_prediction/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ joblib
scikit-learn
tabulate
matplotlib
pandas
1 change: 1 addition & 0 deletions examples/pima_diabetes/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ joblib
scikit-learn
tabulate
matplotlib
pandas
1 change: 1 addition & 0 deletions examples/whylogs_plugin/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ scikit-learn
whylogs[s3]
whylogs[mlflow]
whylogs[whylabs]
pandas

0 comments on commit d58c064

Please sign in to comment.