Unverified Commit 6d2eb877 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.zarr: don't depend on uv (#514059)

parents 16201c85 65704869
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
  pytest-asyncio,
  pytestCheckHook,
  tomlkit,
  uv,
}:

buildPythonPackage (finalAttrs: {
@@ -87,7 +86,6 @@ buildPythonPackage (finalAttrs: {
    pytest-asyncio
    pytestCheckHook
    tomlkit
    uv
  ]
  ++ finalAttrs.finalPackage.passthru.optional-dependencies.cli;