Skip to content

Conversation

@glemaitre
Copy link
Contributor

@glemaitre glemaitre commented Sep 12, 2025

When using pixi-build to create the conda package, the current way to specify the license does not work because it makes the parsing failed with an unrecognized type of license.

Looking at the documentation, i.e. https://hatch.pypa.io/1.13/config/metadata/#spdx-expression, license should be a string mentioning the type of license. Here, we want to point to a license file and we should be using license-files instead.

@glemaitre
Copy link
Contributor Author

It looks like the error is unrelated and is due to a deprecation warning in scikit-learn.

@adrinjalali
Copy link
Member

Yeah the error is from PassiveAggressiveRegressor, I need to fix that in the CI.

@adrinjalali
Copy link
Member

Why are you building in conda? The conda-forge package is available 😁

@glemaitre
Copy link
Contributor Author

I revamped my Python stack workspace that uses pixi: https://github.com/glemaitre/python-stack/

When installing from source, pixi is building a conda package as an intermediate stage. Then, if there is any change in the source, it will rebuild it. It is pretty experimental (it is rebuild a bit too much at the moment) but it is quite nice.

@adrinjalali adrinjalali merged commit c183954 into skops-dev:main Sep 12, 2025
19 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants