python312Packages.finetuning-scheduler: allow networking in darwin sandbox

This commit is contained in:
Gaetan Lepage
2025-04-03 23:07:16 +02:00
parent c990c34610
commit e0d1ba3927
@@ -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";