python3Packages.flashinfer: add missing requests dependency

This was always missing but had previously been masked by torch covering the
library.
This commit is contained in:
Tony Wasserka
2026-07-24 10:15:27 +02:00
parent 1a310691f9
commit 227c3aace0
@@ -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