Skip to content

Commit c4498eb

Browse files
authored
Add dependency policy to CONTRIBUTING.md (#227)
1 parent 5532bf0 commit c4498eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ in [IntelliJ](https://github.com/google/styleguide/blob/gh-pages/intellij-java-g
8888
[Eclipse](https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml).
8989
[Google's C++ style guide](https://google.github.io/styleguide/cppguide.html) should also be used for C++ code.
9090

91+
### Dependencies
92+
93+
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.
94+
9195
### Code generation
9296

9397
Code generation for `Ops` and related classes is done during `tensorflow-core-api`'s `compile` phase, using the annotation processor in

0 commit comments

Comments
 (0)