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

.circleci: Don't install numpy directly #3444

Merged
merged 2 commits into from
Feb 24, 2021

Conversation

seemethere
Copy link
Member

numpy is a dependency of pytorch so we should let the package manager
resolve our numpy dependency instead of doing it ourselves

Similar to pytorch/audio#1309

Signed-off-by: Eli Uriegas eliuriegas@fb.com

@janeyx99
Copy link
Contributor

it seems we still need mypy from the failing python_type_check test

numpy is a dependency of pytorch so we should let the package manager
resolve our numpy dependency instead of doing it ourselves

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
@seemethere
Copy link
Member Author

it seems we still need mypy from the failing python_type_check test

Re-added and changed the install command for pytorch to be channel specific

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
Copy link
Contributor

@xuzhao9 xuzhao9 left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Feb 24, 2021

Codecov Report

Merging #3444 (fad6422) into master (67b2528) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3444   +/-   ##
=======================================
  Coverage   76.00%   76.00%           
=======================================
  Files         105      105           
  Lines        9697     9697           
  Branches     1556     1556           
=======================================
  Hits         7370     7370           
  Misses       1841     1841           
  Partials      486      486           

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 67b2528...fad6422. Read the comment docs.

@seemethere seemethere merged commit fc33c46 into pytorch:master Feb 24, 2021
@seemethere seemethere deleted the no_install_numpy_directly branch February 24, 2021 01:19
facebook-github-bot pushed a commit that referenced this pull request Mar 4, 2021
Reviewed By: fmassa

Differential Revision: D26756262

fbshipit-source-id: 10e420f8b6e446552c057c98eb413520c6042ee3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants