From e0d1ba3927594447f2949d0d3c19d465c4ca9ff3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 3 Apr 2025 23:07:16 +0200 Subject: [PATCH] python312Packages.finetuning-scheduler: allow networking in darwin sandbox --- .../development/python-modules/finetuning-scheduler/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/finetuning-scheduler/default.nix b/pkgs/development/python-modules/finetuning-scheduler/default.nix index 3f98b37ed0b2..7ed20b6d9aa0 100644 --- a/pkgs/development/python-modules/finetuning-scheduler/default.nix +++ b/pkgs/development/python-modules/finetuning-scheduler/default.nix @@ -73,6 +73,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "finetuning_scheduler" ]; + __darwinAllowLocalNetworking = true; + meta = { description = "PyTorch Lightning extension for foundation model experimentation with flexible fine-tuning schedules"; homepage = "https://finetuning-scheduler.readthedocs.io";