Joshua Adelman
Joshua Adelman
Just a note that since conda-forge builds from the tarball and not the wheel, we should make sure this uploads both, if it's not setup to do so already.
It's a been a while since I've posted this, so I just wanted to see if anyone had any thoughts about this issue?
This still appears to be an issue.
I apologize since I can almost never make the meeting due to work constraints. I've always felt a bit hesitant about automerge, just because our simple import tests can pass,...
I've just started experimenting with pixi and there are definitely a lot of things to like. The biggest issue that I've seen so far is just the difference in workflow/philosophy...
An easy way to see what changes need to be made would be to apply the ruff plugin and then check the diff: https://numpy.org/devdocs/numpy_2_0_migration_guide.html#ruff-plugin It might be a good starting...
I'm not familiar with the internals of `aim`, but in https://github.com/aimhubio/aim/blob/main/aim/cli/manager/manager.py#L54, the addition of the `--force-init` flag seems to be causing an issue. That flag no longer exists and looks...
Just as a note, I recently wrote a prototype tool to render a `pixi.lock` to an explicit conda environment spec file that can be installed by conda/mamba: https://github.com/synapticarbors/pixi2ces I've been...
Last I looked at this, I raised a question about this being `noarch: python`. Could you either switch it or let me know why it shouldn't be? I know that...
If you define your cli as `cli = LightningCLI(pl.LightningModule, BoringDataModule, subclass_mode_model=True)` or `cli = LightningCLI(datamodule_class=BoringDataModule)` and then run: ``` python prepare_config.py fit --model DemoModel --print_config ``` you get the expected...