Henry Schreiner
Henry Schreiner
Oops, forgot pybind11. Added.
Don’t know much about it, but from the pybind11 generated error message, the arguments here are wrong: `ROL.Algorithm("Line Search", params)`. The first argument has to be a “Step” instance, but...
Why are you pinning such an old version? [3.7.5](https://pypi.org/project/spacy/) is the current version. It's likely that doesn't work with Cython 3, and newer versions are more likely to support it....
I see a macOS wheel here: https://pypi.org/project/patchelf/#files Is there some environment variable set forcing source builds? Also, you don't need all those dependencies, some are even installed twice. wheel is...
``` The current project's supported Python range (>=3.8) is not compatible with some of the required packages Python requirement: - copier-templates-extensions requires Python >=3.6.1,=3.10 - copier-templates-extensions requires Python >=3.6.1,=3.10 -...
(The stuff about limits is bogus, because older versions used to have Python caps, that's not the correct solution and would result in the wrong solve)
I could probably just change the dummy version number, not sure if there's a better way to fix this with the poetry-dynamic-versioning hack. Edit: I did that, can try something...
> I assume you installed the poetry-dynamic-versioning plugin, right? Ah, no, I was just using my brew-installed poetry, which doesn't support adding plugins. I just unlinked my poetry with brew,...
Okay, fixed readthedocs. On the nix jobs (CI / flake-check), it's still giving: ``` Run copier --version /Users/runner/work/_temp/ede4b13e-8f0d-4491-9ff7-7771f5b39c64.sh: line 1: copier: command not found ```
I know there are not many tests yet, but there is a testing system set up if you want to add a couple of tests.