Skip to content

Commit

Permalink
Merge pull request #3134 from axsaucedo/3111_alibi_pystan
Browse files Browse the repository at this point in the history
Fix broken Alibi Detect image in master
  • Loading branch information
ukclivecox authored Apr 22, 2021
2 parents 357ba4d + eef7bb5 commit e7a18d1
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 235 deletions.
1 change: 1 addition & 0 deletions components/alibi-detect-server/requirements_server.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
seldon-core
kfserving==0.3.0.1
alibi-detect==0.4.4
pystan==2.19.1.1
fbprophet==0.6
holidays==0.9.11
2 changes: 1 addition & 1 deletion examples/models/pvc-tfjob/pvc-tfjob.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"\n",
"This example requires `TFJob`. The example is [based on a Kubeflow example](https://github.com/kubeflow/kfserving/tree/master/docs/samples/storage/pvc) and is [tailored for Seldon](https://github.com/SeldonIO/seldon-core/issues/1106).\n",
"\n",
"First install the `TFJob` custom resource or all of Kubeflow, together with Seldon. Follow your chosen [Kubeflow installation as these currently all include Seldon](https://www.kubeflow.org/docs/started/k8s/). You'll also need to [be able to provision volumes on your cluster](https://github.com/SeldonIO/seldon-core/issues/1191#issuecomment-562047298).\n",
"First install the `TFJob` custom resource or all of Kubeflow, together with Seldon. Follow your chosen [Kubeflow installation as these currently all include Seldon](https://www.kubeflow.org/docs/started/getting-started/). You'll also need to [be able to provision volumes on your cluster](https://github.com/SeldonIO/seldon-core/issues/1191#issuecomment-562047298).\n",
"\n",
"Then follow the below steps to create a PVC, create a model on the pvc using `TFJob` and create a `SeldonDeployment` for the model."
]
Expand Down
239 changes: 13 additions & 226 deletions python/licenses/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ That's all there is to it!


click
8.0.0a1
8.0.0rc1
BSD License
Copyright 2014 Pallets

Expand Down Expand Up @@ -1248,7 +1248,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


google-auth
1.28.0
1.29.0
Apache Software License
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -1454,7 +1454,7 @@ Apache Software License


google-auth-oauthlib
0.4.3
0.4.4
Apache Software License
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -1866,7 +1866,7 @@ Apache Software License


grpcio
1.36.1
1.37.0
Apache Software License

Apache License
Expand Down Expand Up @@ -2558,7 +2558,7 @@ modification, are permitted provided that the following conditions are met:


importlib-metadata
3.7.3
4.0.1
Apache Software License
Copyright 2017-2019 Jason R. Coombs, Barry Warsaw

Expand Down Expand Up @@ -4043,7 +4043,7 @@ Apache Software License


protobuf
3.15.6
3.15.8
3-Clause BSD License
UNKNOWN

Expand Down Expand Up @@ -4409,7 +4409,7 @@ limitations under the License.


seldon-core
1.7.0
1.8.0.dev0
Apache 2.0
Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -4691,7 +4691,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


tensorboard
2.4.1
2.5.0
Apache Software License
# TensorBoard License

Expand All @@ -4701,14 +4701,7 @@ vendored content licensed Apache 2.0, MIT, and BSD-3.
## Table of Contents

- tensorboard/pip_package/LICENSE.tensorflow
- external/org_polymer/LICENSE.txt
- external/com_palantir_plottable/package/LICENSE
- external/npm/node_modules/d3/LICENSE
- external/io_github_cpettitt_dagre/LICENSE
- external/io_github_cpettitt_graphlib/LICENSE
- external/com_numericjs/license.txt
- external/org_threejs/LICENSE
- external/com_lodash/LICENSE
- external/com_google_fonts_roboto/LICENSE
- external/org_mozilla_bleach/LICENSE
- external/org_html5lib/LICENSE
Expand Down Expand Up @@ -4927,64 +4920,6 @@ Copyright 2017 The TensorFlow Authors. All rights reserved.



### external/org_polymer/LICENSE.txt

// Copyright (c) 2017 The Polymer Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



### external/com_palantir_plottable/package/LICENSE

The MIT License (MIT)

Copyright (c) 2014-2017 Palantir Technologies, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.



### external/npm/node_modules/d3/LICENSE

Copyright 2010-2017 Mike Bostock
Expand Down Expand Up @@ -5017,159 +4952,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



### external/io_github_cpettitt_dagre/LICENSE

Copyright (c) 2012-2014 Chris Pettitt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.



### external/io_github_cpettitt_graphlib/LICENSE

Copyright (c) 2012-2014 Chris Pettitt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.



### external/com_numericjs/license.txt

(See also licenses in the resources subdirectory.)

Numeric Javascript
Copyright (C) 2011 by Sébastien Loisel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.



### external/org_threejs/LICENSE

The MIT License

Copyright © 2010-2019 three.js authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.



### external/com_lodash/LICENSE

Copyright JS Foundation and other contributors <https://js.foundation/>

Based on Underscore.js, copyright Jeremy Ashkenas,
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>

This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
available at https://github.com/lodash/lodash

The following license applies to all parts of this software except as
documented below:

====

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

====

Copyright and related rights for sample code are waived via CC0. Sample
code is defined as all source code displayed within the prose of the
documentation.

CC0: http://creativecommons.org/publicdomain/zero/1.0/

====

Files located in the node_modules and vendor directories are externally
maintained libraries used by this software which have their own
licenses; we recommend you read them, as their terms may differ from the
terms above.



### external/com_google_fonts_roboto/LICENSE

Apache License
Expand Down Expand Up @@ -5480,6 +5262,11 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


tensorboard-data-server
0.6.0
Apache Software License
UNKNOWN

tensorboard-plugin-wit
1.8.0
Apache 2.0
Expand Down
17 changes: 9 additions & 8 deletions python/licenses/license_info.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"certifi","2020.12.5","Mozilla Public License 2.0 (MPL 2.0)"
"cffi","1.14.5","MIT License"
"chardet","4.0.0","GNU Library or Lesser General Public License (LGPL)"
"click","8.0.0a1","BSD License"
"click","8.0.0rc1","BSD License"
"cryptography","3.4","Apache Software License, BSD License"
"flatbuffers","1.12","Apache Software License"
"gast","0.3.3","BSD License"
"google-auth","1.28.0","Apache Software License"
"google-auth-oauthlib","0.4.3","Apache Software License"
"google-auth","1.29.0","Apache Software License"
"google-auth-oauthlib","0.4.4","Apache Software License"
"google-pasta","0.2.0","Apache Software License"
"grpcio","1.36.1","Apache Software License"
"grpcio","1.37.0","Apache Software License"
"grpcio-opentracing","1.1.4","Apache Software License"
"grpcio-reflection","1.34.1","Apache Software License"
"gunicorn","20.0.4","MIT License"
"h5py","2.10.0","BSD License"
"idna","2.10","BSD License"
"importlib-metadata","3.7.3","Apache Software License"
"importlib-metadata","4.0.1","Apache Software License"
"itsdangerous","1.1.0","BSD License"
"jaeger-client","4.4.0","Apache Software License"
"jsonschema","3.2.0","MIT License"
Expand All @@ -37,7 +37,7 @@
"opentracing","2.4.0","Apache Software License"
"opt-einsum","3.3.0","MIT"
"prometheus-client","0.8.0","Apache Software License"
"protobuf","3.15.6","3-Clause BSD License"
"protobuf","3.15.8","3-Clause BSD License"
"pyasn1","0.4.8","BSD License"
"pyasn1-modules","0.2.8","BSD License"
"pycparser","2.20","BSD License"
Expand All @@ -46,11 +46,12 @@
"requests","2.25.1","Apache Software License"
"requests-oauthlib","1.3.0","BSD License"
"rsa","4.7.2","Apache Software License"
"seldon-core","1.7.0","Apache 2.0"
"seldon-core","1.8.0.dev0","Apache 2.0"
"semantic-version","2.8.5","BSD License"
"setuptools-rust","0.12.1","MIT License"
"six","1.15.0","MIT License"
"tensorboard","2.4.1","Apache Software License"
"tensorboard","2.5.0","Apache Software License"
"tensorboard-data-server","0.6.0","Apache Software License"
"tensorboard-plugin-wit","1.8.0","Apache 2.0"
"tensorflow","2.3.2","Apache Software License"
"tensorflow-estimator","2.3.0","Apache Software License"
Expand Down
1 change: 1 addition & 0 deletions python/licenses/license_info.no_versions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"setuptools-rust","MIT License"
"six","MIT License"
"tensorboard","Apache Software License"
"tensorboard-data-server","Apache Software License"
"tensorboard-plugin-wit","Apache 2.0"
"tensorflow","Apache Software License"
"tensorflow-estimator","Apache Software License"
Expand Down

0 comments on commit e7a18d1

Please sign in to comment.