Skip to content

Commit

Permalink
Merge pull request #2536 from axsaucedo/2533_ad_server_deps_fix
Browse files Browse the repository at this point in the history
Fixed AD Server Dependencies and Added notebook integration test
  • Loading branch information
axsaucedo authored Oct 9, 2020
2 parents 2305d73 + bd2ec59 commit 4e51998
Show file tree
Hide file tree
Showing 7 changed files with 789 additions and 480 deletions.
3 changes: 3 additions & 0 deletions components/alibi-detect-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"argparse >= 1.4.0",
"numpy >= 1.8.2",
"cloudevents",
# Fixes #2533
"google-cloud-core==1.4.1",
"google-cloud-storage==1.31.2",
],
tests_require=tests_require,
extras_require={"test": tests_require},
Expand Down
2 changes: 1 addition & 1 deletion doc/source/examples/feedback_reward_custom_metrics.nblink
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"path": "../../../examples/feedback/reward-accuracy/README.ipynb"
"path": "../../../examples/feedback/metrics-server/README.ipynb"
}
Loading

0 comments on commit 4e51998

Please sign in to comment.