-
Notifications
You must be signed in to change notification settings - Fork 1
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
add tool configuration via pyproject.toml #6
Comments
The pip list can also be provided by the env.yaml, right? So we would just require another loop for it and redirect the package names to pip. Another useful option could be to override the name of the environment. Also channels could be overridden by the config IMO. |
exactly the packages should just be placed in the pip section of the environment
yes setting default config values in a config file sounds good |
Actually this issue is the blocker to install (new) environments during testing in the weldx repository.
|
Some configuration options would be nice, on the top of my head:
pip
pip
andconda
(e.g.weldx-widgets
->weldx_widgets
)The text was updated successfully, but these errors were encountered: