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 package versions in Dockerfile #715

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

chongxiaoc
Copy link
Collaborator

Tensorflow2 conflicts with numpy 1.20.1

Error example is:

#30 26.12 ERROR: Cannot install numpy==1.20.1, pyarrow==3.0.0 and tensorflow==2.5.0 because these package versions have conflicting dependencies.
#30 26.12
#30 26.12 The conflict is caused by:
#30 26.12     The user requested numpy==1.20.1
#30 26.12     pyarrow 3.0.0 depends on numpy>=1.16.6
#30 26.12     tensorflow 2.5.0 depends on numpy~=1.19.2
#30 26.12
#30 26.12 To fix this you could try to:
#30 26.12 1. loosen the range of package versions you've specified
#30 26.12 2. remove package versions to allow pip attempt to solve the dependency conflict

Tensorflow2 conflicts with numpy 1.20.1
@chongxiaoc chongxiaoc requested a review from selitvin August 17, 2021 22:46
@codecov
Copy link

codecov bot commented Aug 17, 2021

Codecov Report

Merging #715 (abb1909) into master (9f30108) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #715   +/-   ##
=======================================
  Coverage   86.16%   86.16%           
=======================================
  Files          84       84           
  Lines        5059     5059           
  Branches      787      787           
=======================================
  Hits         4359     4359           
  Misses        560      560           
  Partials      140      140           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f30108...abb1909. Read the comment docs.

Copy link
Collaborator

@selitvin selitvin left a comment

Choose a reason for hiding this comment

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

👍

@chongxiaoc chongxiaoc merged commit 7214853 into uber:master Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants