python3Packages.kornia: remove disabled

This commit is contained in:
Gaetan Lepage
2025-08-31 12:30:53 +02:00
parent 610eaa66c1
commit 6f893df972
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
packaging,
setuptools,
torch,
@@ -14,8 +13,6 @@ buildPythonPackage rec {
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "kornia";
repo = "kornia";