Commit dc62a4e7 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.numericalunits: disable on python 3.14

parent 7bf227bd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  pythonAtLeast,
  fetchFromGitHub,
  setuptools,
  pytestCheckHook,
@@ -11,6 +12,9 @@ buildPythonPackage (finalAttrs: {
  version = "1.26";
  pyproject = true;

  # AttributeError: module 'ast' has no attribute 'Num'
  disabled = pythonAtLeast "3.14";

  src = fetchFromGitHub {
    owner = "sbyrnes321";
    repo = "numericalunits";