Skip to content

Commit

Permalink
remove "pip-tools" from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaincom committed Oct 16, 2024
1 parent 14bbfd4 commit ec9ad2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions skore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ doc = [
"numpydoc",
]

tools = [
"pip-tools",
]

[tool.pytest.ini_options]
addopts = [
"--doctest-modules",
Expand Down

0 comments on commit ec9ad2f

Please sign in to comment.