Ben Mares
Ben Mares
@bstadlbauer, you could rebase @riccardoporreca's branch on `main` and open a new PR referencing this one.
@JessicaS11 I'm curious about your use case for opt-in of absolute paths. Would you want the path to the source file `environment.yml` to be absolute, or the `conda-lock.yml` in the...
@tbenst, why are you installing pytorch as a pip dependency instead of as a conda dependency? Also, I'd generally prefer that you open new issues instead of posting in old...
Sorry, no time to look at this in any detail this week, but generally speaking, if the issue isn't resolved, I'd recommend just going for the fix. We'll have to...
@rcthomas, is this motivated by reducing disk space for Docker or other space-constrained environments? Unfortunately I don't think there's a good way to this automatically with the way things are...
Ya, I see this thread as good motivation to eliminate conda-lock's use of Poetry, replacing it with a generic solver.
This may also be closed by #290, thanks for the pointer @lesteve!
Great to see you here @timothycrosley! I will be able to close this once there is a PyPI release including #96.
Portray is now installable as a Conda package from Conda-Forge. https://github.com/conda-forge/portray-feedstock This issue should now be closed, but I don't have permissions to close it myself.
Can we do it for a general build system? It seems to me like we should be able to leverage the build system interfaces defined in recent PEPs to extract...