You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kunaltyagi
changed the title
Export dependencies correctly without using dependencies in pyproject.toml
Export dependencies correctly from conda file without duplication in dependencies in pyproject.tomlJan 5, 2024
We are using hatch-conda for the default environment, with no dependencies in pyproject.toml in order to manage everything through conda.
We do want to be able to export the python requirements while building. How do we do accomplish that?
By default, we get only the extra dependencies which are not in the conda file.
The text was updated successfully, but these errors were encountered: