Henry Schreiner

Results 2521 comments of Henry Schreiner

Minor comment on the PR summary: NumPy now only supports 3.11+, no longer 3.10+ (following SPEC 0). ;)

> I don't think it's used yet in ROOT, but @henryiii could confirm. CLI11 had a "vendor" option added specifically for ROOT where you can vendor the it and set...

You can add the Rust toolchain (see https://github.com/actions/partner-runner-images/issues/77), and I think it's coming soon anyway. I'd skip older Python's on Win ARM, there really aren't legacy users there anyway.

I expect it will work after #291.

I’ve already fixed the ci in #291. You could have rebased on that and saved some time. ;)

For Cython, [`cython-cmake`](https://github.com/scikit-build/cython-cmake) is more-or-less ready to be used, so you can try that if it's helpful. NumPy's likely quite different from TA-Lib, since you'd do that by adding it...

Is that build or pip? (PS: I'm a fish user and I've never seen it require pressing enter twice)

I've been playing with marimo a bit, personally would be curious to see it used.

I think you currently want to use `amd64_arm64` if you are on `arm64`, from what I understand. It's okay to use an emulated compiler targeting the native architecture. Because it...

It's invalid. Tools are supposed to error out. I really dislike that it's required, but not up to me. :) See https://github.com/pypa/cibuildwheel/issues/1064.