-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BLD: Explicitly state pip as a dependency in environment.yml #48148
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
BLD: Explicitly state pip as a dependency in environment.yml #48148
Conversation
ambujpawar
commented
Aug 19, 2022
•
edited
Loading
edited
- closes DEP: Add pip to environment.yml #48026
- All code checks passed here
- Explicitly add pip as a dependency in environment.yml to prevent using incorrect version of pip
Used this to solve it: conda/conda#10614 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need, someone can update the branch once the circleci issue is resolved |
Ah understood! Thanks for the fast reply :) |
@MarcoGorelli all the tests are passing now. Shall we merge it to the main now? Or shall I add something else to this PR? |
…dev#48148) * BLD: Explicitly state pip as a dependency in environment.yml * BLD: Changes in environment.yml should be represented in requirements.txt as well * BLD: Add defaults channel to environment.yml for explicit pip dependency * default channel not needed. Removing it * move pip dependency to top of environment.yaml Co-authored-by: Ambuj Pawar <ambuj.pawar95@gmail.com>