python3Packages.gliner: 0.2.21 -> 0.2.22

Diff: https://github.com/urchade/GLiNER/compare/0.2.21...v0.2.22

Changelog: https://github.com/urchade/GLiNER/releases/tag/v0.2.22
This commit is contained in:
Gaetan Lepage
2025-10-04 22:02:03 +00:00
parent b893a46f91
commit 9f70411c86
@@ -17,20 +17,23 @@
buildPythonPackage rec {
pname = "gliner";
version = "0.2.21";
version = "0.2.22";
pyproject = true;
src = fetchFromGitHub {
owner = "urchade";
repo = "GLiNER";
tag = version;
hash = "sha256-v8Q/+et9yWeVSWt1K9Ahg3I4dz5/Ft+o1ueNOSaGEOU=";
tag = "v${version}";
hash = "sha256-UyqKn4cvrLUtSnfZoivgj7tw/mH/c8kmFwRQFrTIwhU=";
};
build-system = [
setuptools
];
pythonRelaxDeps = [
"transformers"
];
dependencies = [
huggingface-hub
onnxruntime