From 9254d47950f66df60809c1ff016775e3163d47ef Mon Sep 17 00:00:00 2001 From: Ryan Nett Date: Fri, 26 Feb 2021 10:05:48 -0800 Subject: [PATCH] Add dependency policy to CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d13e1c4aedb..88e17c1ca3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,6 +88,10 @@ in [IntelliJ](https://github.com/google/styleguide/blob/gh-pages/intellij-java-g [Eclipse](https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml). [Google's C++ style guide](https://google.github.io/styleguide/cppguide.html) should also be used for C++ code. +### Dependencies + +For dependencies, we can use anything compliant with [this list](https://opensource.google/docs/thirdparty/licenses/#notice), but we want to keep the core libraries as dependency free as possible. + ### Code generation Code generation for `Ops` and related classes is done during `tensorflow-core-api`'s `compile` phase, using the annotation processor in