TopEFT / topeft

15 stars 24 forks source link

Adds extra_conda and extra_pip to get_environment #374

Closed btovar closed 1 year ago

btovar commented 1 year ago

If given, these arguments are a list of packages to add to the environment. E.g.

remote_environment.get_environment(
    extra_conda=["matplotlib=3"], extra_pip=["pytest==7.4.5"]
)
kmohrman commented 1 year ago

Thanks very much @btovar, I just tried this out and it works great. I'd be happy to merge assuming (@bryates is good with it as well).