python3Packages.pins: unpin fsspec

This commit is contained in:
Robert Schütz
2026-01-05 13:51:45 -08:00
parent 2f4424f605
commit 4f8c7f8ca9
@@ -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