diff options
| author | Samuel Ainsworth <skainsworth@gmail.com> | 2022-12-25 23:33:13 -0500 |
|---|---|---|
| committer | Samuel Ainsworth <skainsworth@gmail.com> | 2022-12-25 23:33:13 -0500 |
| commit | 5c39d7268ca4b706c97ee23b6ff0d15b0d0176e7 (patch) | |
| tree | 44943cc0c172e32c16321402bf722f0f06ef96bf | |
| parent | python310Packages.autofaiss: add changelog to meta (diff) | |
| download | nixpkgs-origin/auto-update/python3.10-autofaiss.tar.gz | |
python3Packages.autofaiss: relax fire dependencyorigin/auto-update/python3.10-autofaiss
| -rw-r--r-- | pkgs/development/python-modules/autofaiss/default.nix | 3 |
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 4d80fdcacfc9..6b8e29a98e70 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" |
