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

Conda environment support for python projects #6969

Closed
gerbenoostra opened this issue Aug 13, 2020 · 3 comments
Closed

Conda environment support for python projects #6969

gerbenoostra opened this issue Aug 13, 2020 · 3 comments
Labels
duplicate This issue is closed as a duplicate of another issue

Comments

@gerbenoostra
Copy link
Contributor

gerbenoostra commented Aug 13, 2020

What would you like Renovate to be able to do?

To also verify python package versions in conda environment files (environment.yml)

Did you already have any implementation ideas?
no

Are there any workarounds or alternative ideas you've tried to avoid needing this feature?

Conda environments can also include pip requirememnts, a workaround is to put those in a separate txt file, and have renovatebot check those.
environment.yml would then be:

dependencies:
- python=3.7
- jupyter
- pip
- pip:
  - -rrequirements.txt

This workaround however does not work for the conda packages (like the python=3.7 here, and any conda packages installed, like jupyter in this case)

Is this a feature you'd be interested in implementing yourself?
maybe

@gerbenoostra
Copy link
Contributor Author

gerbenoostra commented Aug 13, 2020

Relates to #931 , but that only implemented pip dependencies.

@rarkins
Copy link
Collaborator

rarkins commented Aug 13, 2020

Duplicate of #2213? If so then can you transfer your comments there and close this one?

@gerbenoostra
Copy link
Contributor Author

Indeed duplicate of #2213

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 15, 2020
@HonkingGoose HonkingGoose added the duplicate This issue is closed as a duplicate of another issue label Jan 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue is closed as a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants