Skip to content

Commit

Permalink
fix: update tensorflow-addons to match tensorflow version (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianardee committed Jul 27, 2022
1 parent 23d1a1e commit ac44d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ unidecode>=1.0.0
tensorflow>=2.9.0,<3.0.0
Pillow>=8.3.2
tqdm>=4.30.0
tensorflow-addons>=0.13.0
tensorflow-addons>=0.17.1
tf2onnx>=1.9.2
rapidfuzz>=1.6.0
huggingface-hub>=0.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"torchvision>=0.9.0",
"Pillow>=8.3.2", # cf. https://github.com/advisories/GHSA-98vv-pw6r-q6q4
"tqdm>=4.30.0",
"tensorflow-addons>=0.13.0",
"tensorflow-addons>=0.17.1",
"rapidfuzz>=1.6.0",
"tf2onnx>=1.9.2",
"huggingface-hub>=0.4.0",
Expand Down

0 comments on commit ac44d80

Please sign in to comment.