Commit 4f8c7f8c authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.pins: unpin fsspec

parent 2f4424f6
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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