From 227c3aace04dccff42f0d6a2217e508e006bd254 Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Wed, 22 Jul 2026 23:18:06 +0200 Subject: [PATCH] python3Packages.flashinfer: add missing `requests` dependency This was always missing but had previously been masked by torch covering the library. --- pkgs/development/python-modules/flashinfer/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/flashinfer/default.nix b/pkgs/development/python-modules/flashinfer/default.nix index c5a98af591e3..795db6d46c0b 100644 --- a/pkgs/development/python-modules/flashinfer/default.nix +++ b/pkgs/development/python-modules/flashinfer/default.nix @@ -24,6 +24,7 @@ einops, numpy, nvidia-ml-py, + requests, tabulate, torch, tqdm, @@ -92,6 +93,7 @@ buildPythonPackage (finalAttrs: { einops numpy nvidia-ml-py + requests tabulate torch tqdm