diff --git a/README.md b/README.md index e171a012..e5a1c7aa 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ pip install -U skore ``` ## 🚀 Quick start -======= In your shell, run the following to create a project file `project.skore` (the default) in your current working directory: ```bash diff --git a/skore/pyproject.toml b/skore/pyproject.toml index e0416935..4aefd6cd 100644 --- a/skore/pyproject.toml +++ b/skore/pyproject.toml @@ -86,10 +86,6 @@ doc = [ "numpydoc", ] -tools = [ - "pip-tools", -] - [tool.pytest.ini_options] addopts = [ "--doctest-modules",