Loading pkgs/development/python-modules/pins/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ pytest-cases, pytest-parallel, pytestCheckHook, pythonOlder, pyyaml, requests, s3fs, Loading @@ -33,8 +32,6 @@ buildPythonPackage rec { version = "0.9.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "rstudio"; repo = "pins-python"; Loading @@ -47,6 +44,10 @@ buildPythonPackage rec { setuptools-scm ]; pythonRelaxDeps = [ "fsspec" ]; dependencies = [ appdirs databackend Loading Loading
pkgs/development/python-modules/pins/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ pytest-cases, pytest-parallel, pytestCheckHook, pythonOlder, pyyaml, requests, s3fs, Loading @@ -33,8 +32,6 @@ buildPythonPackage rec { version = "0.9.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "rstudio"; repo = "pins-python"; Loading @@ -47,6 +44,10 @@ buildPythonPackage rec { setuptools-scm ]; pythonRelaxDeps = [ "fsspec" ]; dependencies = [ appdirs databackend Loading