Skip to content

Commit

Permalink
Update tensorflow packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorosa committed Nov 23, 2023
1 parent d27d000 commit 3029564
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ python-dotenv
pyyaml
rich~=12.2
srsly>=2.4.0
tensorflow==2.14.0; python_version > "3.8"
tensorflow==2.15.0; python_version > "3.8"
tensorflow==2.13.1; python_version <= "3.8"
tensorflow-estimator==2.14.0; python_version > "3.8"
tensorflow-estimator==2.15.0; python_version > "3.8"
tensorflow-estimator==2.13.0; python_version <= "3.8"
tensorflow-text==2.14.0; python_version > "3.8"
tensorflow-text==2.15.0; python_version > "3.8"
tensorflow-text==2.13.0; python_version <= "3.8"
tf-models-official
transformers

0 comments on commit 3029564

Please sign in to comment.