From 4f8c7f8ca95376a0d206ef38edfc74498af86885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 5 Jan 2026 13:51:45 -0800 Subject: [PATCH] python3Packages.pins: unpin fsspec --- pkgs/development/python-modules/pins/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pins/default.nix b/pkgs/development/python-modules/pins/default.nix index 06575046a7b2..a6e324357a7e 100644 --- a/pkgs/development/python-modules/pins/default.nix +++ b/pkgs/development/python-modules/pins/default.nix @@ -18,7 +18,6 @@ pytest-cases, pytest-parallel, pytestCheckHook, - pythonOlder, pyyaml, requests, s3fs, @@ -33,8 +32,6 @@ buildPythonPackage rec { version = "0.9.1"; pyproject = true; - disabled = pythonOlder "3.9"; - src = fetchFromGitHub { owner = "rstudio"; repo = "pins-python"; @@ -47,6 +44,10 @@ buildPythonPackage rec { setuptools-scm ]; + pythonRelaxDeps = [ + "fsspec" + ]; + dependencies = [ appdirs databackend