Unverified Commit 9f34476a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.yte: remove disabled

parent b29cb66c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  fetchFromGitHub,
  numpy,
  pytestCheckHook,
  pythonOlder,
  pyyaml,
  uv-build,
}:
@@ -16,8 +15,6 @@ buildPythonPackage rec {
  version = "1.9.3";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "koesterlab";
    repo = "yte";