Loading pkgs/development/python-modules/great-tables/default.nix +10 −7 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, # build-system setuptools, setuptools-scm, pytestCheckHook, pytest-cov-stub, # dependencies babel, commonmark, htmltools, importlib-metadata, importlib-resources, ipykernel, ipython, numpy, typing-extensions, # tests ipykernel, ipython, pandas, polars, pyarrow, pytestCheckHook, pytest-cov-stub, requests, syrupy, }: Loading @@ -28,8 +33,6 @@ buildPythonPackage rec { version = "0.11.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "posit-dev"; repo = "great-tables"; Loading Loading
pkgs/development/python-modules/great-tables/default.nix +10 −7 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, # build-system setuptools, setuptools-scm, pytestCheckHook, pytest-cov-stub, # dependencies babel, commonmark, htmltools, importlib-metadata, importlib-resources, ipykernel, ipython, numpy, typing-extensions, # tests ipykernel, ipython, pandas, polars, pyarrow, pytestCheckHook, pytest-cov-stub, requests, syrupy, }: Loading @@ -28,8 +33,6 @@ buildPythonPackage rec { version = "0.11.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "posit-dev"; repo = "great-tables"; Loading