Unverified Commit 2b29c5ca authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.llama-index-embeddings-ollama: remove diabled

Removed the pythonOlder restriction for version 3.9.
parent 96be02d1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  llama-index-core,
  ollama,
  pytest-asyncio,
  pythonOlder,
}:

buildPythonPackage rec {
@@ -14,8 +13,6 @@ buildPythonPackage rec {
  version = "0.8.4";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    pname = "llama_index_embeddings_ollama";
    inherit version;