Roman Lutz
Roman Lutz
I believe @adrinjalali was referring to a pyproject.toml file for environment specific configuration https://github.com/scikit-learn/scikit-learn/blob/master/pyproject.toml Overall it looks like scikit-learn has a different setup. It looks like our current setup requires...
I think in terms of where we want to end up #245 and this issue are identical. That goal would be to have equivalents of scikit-learn's - https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/_min_dependencies.py - https://github.com/scikit-learn/scikit-learn/blob/main/pyproject.toml...
Looks like it's failing right now. There may be a few dependencies that aren't yet 3.14 compatible, of course.
> Yes. The blockers I see so far are: > > * [https://github.com/explosion/cython-blis fails to build explosion/spaCy#13870](https://github.com/explosion/spaCy/pull/13870) > * [Python 3.14 support for PyTorch pytorch/pytorch#156856](https://github.com/pytorch/pytorch/issues/156856) > > Are there others?...
Heads up I'll leave this open until everything works fine in 3.14 and 3.14t because people expect things to work.
I'm about to remove semantic-kernel in #1005 but the others are all important.
@rowanc1 any plans for Google-style docstrings? From a cursory glance, it seems like it may be as simple as just replacing the Python script with logic to parse the Google-style...
Yes, the easiest way is probably to just intercept messages and reverse engineer 🙂 I'll assign it to you.
It's not urgent, and I like your plan!
Good idea, @j0dd03qbul3u ! Would you like to give it a try?