Skip to content

Commit

Permalink
add new tensorflow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorosa committed Nov 2, 2021
1 parent bb4944e commit 46caaf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ Licensor: ExplosionAI UG
Website: https://github.com/explosion/srsly
License: MIT License

Component: tensorflow, tensorflow-estimator, tensorflow-text, tf-models-official
Licensor: Google Inc
Website: https://www.tensorflow.org
License: Apache 2.0

Component: transformers
Licensor: Hugging Face
Website: https://huggingface.co/transformers/
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ rich
srsly>=2.4.0
tensorflow==2.6.0; python_version >= "3.8"
tensorflow==2.4.*; python_version < "3.8"
tensorflow-estimator==2.6.0; python_version >= "3.8"
tensorflow-estimator==2.4.*; python_version < "3.8"
tensorflow-text==2.6.0; python_version >= "3.8"
tensorflow-text==2.4.*; python_version < "3.8"
tf-models-official
Expand Down

0 comments on commit 46caaf9

Please sign in to comment.