Ben Mares

Results 675 comments of Ben Mares

I opened #590 to track version bounds.

Looks sensible! I like the second schema where each package name has a specification given as a string or list of strings. Would you like to implement it?

I don't get it. Looking at the [wheel](https://github.com/pymc-devs/nutpie/actions/runs/8360753012/artifacts/1342919559) it seems to have a perfectly sensible `Summary:`: ``` ... Provides-Extra: all License-File: LICENSE Summary: Sample Stan or PyMC models Keywords: statistics,bayes...

Maybe there is a bug (or interaction of edge cases) in PyPI? The publish step seems to fail-fast, so I'm not sure about the status of the sdist.

@wholtz, how will the release workflow work now? Will we wait for the next `micromamba` release before merging non-critical PRs into `main`? Should we remove https://github.com/mamba-org/micromamba-docker/blob/6aa1f7c707562edb9f8dc9005d12cf6a39e8f0b4/.github/workflows/push_latest.yml#L5-L7 so that merging doesn't...

When a Conda environment is activated, the main thing is adding the binaries to `PATH` and a few other less-important environment variables are set. In addition, packages are allowed to...

It's always nice to use something preexisting instead of scripting ourselves. However, I don't know any PowerShell. I'm happy to close this in favor of a better implementation, but I...

@pmarcellino, #3930 is a PR targeting this issue, so not a duplicate.

@nicolaskruchten, based on the release notes, I believe this is closed by the latest release V5.12.0.

Making the pip dependencies robust would be extremely difficult since there are so many ambiguous edge cases. But I think meaningful progress could be made in this direction. For the...