Andrew Nelson
Andrew Nelson
@Gabriel-p, that's the case, `PTSampler` won't be in emcee3. I'm not sure what docs there are for `ptemcee`, apart from the docstring.
I think the URL was https://anaconda.org/multibuild-wheels-staging/openblas-libs/v0.3.18/download/openblas-v0.3.18-macosx_11_0_arm64-gf_f26990f.tar.gz
The download script we use specifies user agents, etc https://github.com/scipy/scipy/blob/main/tools/openblas_support.py
It's called as `python open_blas.py`
You have a few options (assuming you're `arm64`): 1. Upgrade to Monterey and pip install scipy 2. Remain on Big-Sur, but use an `x86_64` Python running via Rosetta, there are...
[This log](https://api.cirrus-ci.com/v1/task/4792071021133824/logs/cibuildwheel.log) would seem to suggest that the Python 3.9 doesn't suffer from this issue (search for "*Downloading numpy-1.21.0-cp39-cp39-macosx_11_0_arm64.whl (12.1 MB)*" to get to the correct point in the log...
It's not clear to me what you mean by spurious notifications. Are you getting sent emails that the run is being skipped? We don't necessarily need `labelled`. Numpy uses that...
Ok, I've not seen any of those notifications. I guess they'd be very annoying if you got enough of them. I don't know why they get issued or whether you...
You might be getting notified because you merged the PR that contained the workflow.
I forgot, I do get notifications for PRs made against my fork, but not against the main repo