From ec9ad2f04b8fee3833d3f4410ee22e346b3baa1b Mon Sep 17 00:00:00 2001 From: Sylvain Combettes <48064216+sylvaincom@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:38:45 +0200 Subject: [PATCH] remove "pip-tools" from pyproject.toml --- README.md | 1 - skore/pyproject.toml | 4 ---- 2 files changed, 5 deletions(-) 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",