about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Ainsworth <skainsworth@gmail.com>2022-12-25 23:33:13 -0500
committerSamuel Ainsworth <skainsworth@gmail.com>2022-12-25 23:33:13 -0500
commit5c39d7268ca4b706c97ee23b6ff0d15b0d0176e7 (patch)
tree44943cc0c172e32c16321402bf722f0f06ef96bf
parentbf5ad98cce2535f09d8b4d7bd91600d1941986dc (diff)
python3Packages.autofaiss: relax fire dependency auto-update/python3.10-autofaiss
-rw-r--r--pkgs/development/python-modules/autofaiss/default.nix3
1 files changed, 3 insertions, 0 deletions
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"