bored-megabyte-53307
02/05/2024, 8:09 PMwhl
file using the syntax
@pypi(
python="3.11.5",
packages={
"/my/directory/path/mylibrary.whl": "",
},
)
using the metaflow-netflixext
package. I'm having to have mamba
installed though. Is there any way of configuring things so that mamba
is not required? For example, setting an env variable to use conda
instead?