From eecfc0dc34f9a92f4eb65410cf6197dd93fdaa6e Mon Sep 17 00:00:00 2001 From: daspk04 Date: Tue, 23 Jun 2026 15:56:04 -0500 Subject: [PATCH] python3Packages.skorch: add openssl to test dependencies --- pkgs/development/python-modules/skorch/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/skorch/default.nix b/pkgs/development/python-modules/skorch/default.nix index 842ae617b8e0..b916413ab003 100644 --- a/pkgs/development/python-modules/skorch/default.nix +++ b/pkgs/development/python-modules/skorch/default.nix @@ -12,6 +12,7 @@ tqdm, flaky, llvmPackages, + openssl, pandas, pytest-cov-stub, pytestCheckHook, @@ -45,6 +46,7 @@ buildPythonPackage rec { nativeCheckInputs = [ flaky + openssl pytest-cov-stub pytestCheckHook safetensors