-
Notifications
You must be signed in to change notification settings - Fork 39
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
dynamic version #230
dynamic version #230
Conversation
|
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.
Looks good in general. Did you check the output?
I'm surprised that you can check packages with pip when they are installed with Conda.
@jpfeuffer Hi Julianus! When I run with conda use
To achieve the dynamic version I used |
That warning should not happen on fresh installs and we could add a regex to parse for the version after the warning. But if |
The Conda error is just a race condition of Conda/mamba trying to install multiple environments. We should try the new micromamba support in another PR. |
should we force this merge? @jpfeuffer |
No description provided.