Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update tensorflow-addons to match tensorflow version #998

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

ianardee
Copy link
Contributor

@ianardee ianardee commented Jul 27, 2022

Avoid this error message:

site-packages/tensorflow_addons/utils/ensure_tf_install.py:53: UserWarning:
Tensorflow Addons supports using Python ops for all Tensorflow versions above or equal to 2.5.0 and strictly below 2.8.0 (nightly versions are not supported). 
 The versions of TensorFlow you are currently using is 2.9.1 and is not supported. 
Some things might work, some things might not

@codecov
Copy link

codecov bot commented Jul 27, 2022

Codecov Report

Merging #998 (838a6cb) into main (23d1a1e) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #998      +/-   ##
==========================================
+ Coverage   94.85%   94.87%   +0.01%     
==========================================
  Files         134      134              
  Lines        5558     5558              
==========================================
+ Hits         5272     5273       +1     
+ Misses        286      285       -1     
Flag Coverage Δ
unittests 94.87% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
doctr/transforms/modules/base.py 94.59% <0.00%> (ø)
doctr/transforms/functional/base.py 97.10% <0.00%> (+1.44%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us.

Copy link
Collaborator

@charlesmindee charlesmindee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM

@charlesmindee charlesmindee merged commit ac44d80 into main Jul 27, 2022
@charlesmindee charlesmindee deleted the update-tf-addons branch July 27, 2022 13:55
@github-actions
Copy link

Hey @charlesmindee 👋
You merged this PR, but it is not correctly labeled. The list of valid labels is available at https://github.com/mindee/doctr/blob/main/.github/verify_pr_labels.py

@felixdittrich92 felixdittrich92 added this to the 0.6.0 milestone Jul 27, 2022
@felixdittrich92 felixdittrich92 added topic: build Related to dependencies and build framework: tensorflow Related to TensorFlow backend type: misc Miscellaneous labels Jul 27, 2022
@felixdittrich92 felixdittrich92 mentioned this pull request Sep 26, 2022
85 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework: tensorflow Related to TensorFlow backend topic: build Related to dependencies and build type: misc Miscellaneous
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants