From 5c39d7268ca4b706c97ee23b6ff0d15b0d0176e7 Mon Sep 17 00:00:00 2001 From: Samuel Ainsworth Date: Sun, 25 Dec 2022 23:33:13 -0500 Subject: python3Packages.autofaiss: relax fire dependency --- pkgs/development/python-modules/autofaiss/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/autofaiss/default.nix b/pkgs/development/python-modules/autofaiss/default.nix index 4d80fdcacfc91..6b8e29a98e707 100644 --- a/pkgs/development/python-modules/autofaiss/default.nix +++ b/pkgs/development/python-modules/autofaiss/default.nix @@ -39,6 +39,9 @@ buildPythonPackage rec { ]; pythonRelaxDeps = [ + # As of v2.15.4, autofaiss asks for fire<0.5 but we have fire v0.5.0 in + # nixpkgs at the time of writing (2022-12-25). + "fire" # As of v2.15.3, autofaiss asks for pyarrow<8 but we have pyarrow v9.0.0 in # nixpkgs at the time of writing (2022-12-15). "pyarrow" -- cgit 1.4.1