Sinacam
Sinacam
To summarize, is the recommended (and only) way to set environment variables per environment for micromamba to write json at `$CONDA_PREFIX/conda-meta/state` in the following format: ```json { "env_vars": { "MY_ENV_VAR":...
@advilbn Version 3.33.0 has been yanked from PyPI, thanks for the reminder.
@nilfm99 We are in the process of releasing 3.33.1, and we opted to use the original commit 8802a107 in your PR. `functools.wraps` seems to be more complicated than necessary for...
@advilbn Yes, I am aware `functools.wraps` forwards function attributes such as name and docstrings. As mentioned, `jit` being the identity doesn't suffer from those problems, there isn't a wrapper to...