From 2d5cb4f149637d46d55ef221da2923e3ce847afd Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 8 Jul 2025 15:09:52 +0200 Subject: [PATCH] python3Packages.torch-bin: remove unnecessary future dep --- pkgs/development/python-modules/torch/bin/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/torch/bin/default.nix b/pkgs/development/python-modules/torch/bin/default.nix index 1f08d73ec9b8..9ea397293beb 100644 --- a/pkgs/development/python-modules/torch/bin/default.nix +++ b/pkgs/development/python-modules/torch/bin/default.nix @@ -17,7 +17,6 @@ # dependencies filelock, - future, jinja2, networkx, numpy, @@ -87,7 +86,6 @@ buildPythonPackage { dependencies = [ filelock - future jinja2 networkx numpy