Commit 136e5d4b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.ollama: refactor

parent 0cb341b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,12 +34,12 @@ buildPythonPackage rec {
    "httpx"
  ];

  nativeBuildInputs = [
  build-system = [
    poetry-core
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = [
  dependencies = [
    httpx
  ];