python3Packages.haystack-ai: init at 2.2.3

In effect: python3Packages.{farm-haystack => haystack-ai}

Co-Authored-By: happysalada <raphael@megzari.com>
This commit is contained in:
Edward Tjörnhammar 2024-07-08 09:32:48 +02:00
parent b08192f3a1
commit 368f4c41f8
3 changed files with 4 additions and 3 deletions

View File

@ -90,7 +90,7 @@
}:
buildPythonPackage rec {
pname = "farm-haystack";
pname = "haystack-ai";
version = "2.2.3";
pyproject = true;

View File

@ -163,6 +163,7 @@ mapAliases ({
face_recognition_models = face-recognition-models; # added 2022-10-15
factory_boy = factory-boy; # added 2023-10-08
fake_factory = throw "fake_factory has been removed because it is unused and deprecated by upstream since 2016."; # added 2022-05-30
farm-haystack = throw "farm-haystack was removed in favor of haystack-ai"; # added 2024-07-03
faster-fifo = throw "faster-fifo has been removed since it was an unused leaf package"; # added 2024-07-02
fastnlo_toolkit = fastnlo-toolkit; # added 2024-01-03
fastpair = throw "fastpair is unmaintained upstream and has therefore been removed"; # added 2024-05-01

View File

@ -4151,8 +4151,6 @@ self: super: with self; {
farama-notifications = callPackage ../development/python-modules/farama-notifications { };
farm-haystack = callPackage ../development/python-modules/farm-haystack { };
fastai = callPackage ../development/python-modules/fastai { };
fastapi = callPackage ../development/python-modules/fastapi { };
@ -5408,6 +5406,8 @@ self: super: with self; {
hawkauthlib = callPackage ../development/python-modules/hawkauthlib { };
haystack-ai = callPackage ../development/python-modules/haystack-ai { };
hcloud = callPackage ../development/python-modules/hcloud { };
hcs-utils = callPackage ../development/python-modules/hcs-utils { };