Commit cc2e4e15 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

python3Packages.lm-eval: use setuptools instead of -scm

parent 12bd33ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,

  # build-system
  setuptools-scm,
  setuptools,

  # dependencies
  accelerate,
@@ -65,7 +65,7 @@ buildPythonPackage (finalAttrs: {
  };

  build-system = [
    setuptools-scm
    setuptools
  ];

  dependencies = [