Skip to content

Commit

Permalink
fix(readme): Fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Oct 7, 2024
1 parent 796dc6a commit e41deea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# skore

![lint](https://github.com/probabl-ai/skore/actions/workflows/lint.yml/badge.svg)
![tests](https://github.com/probabl-ai/skore/actions/workflows/backend.yml/badge.svg)
![UI tests](https://github.com/probabl-ai/skore/actions/workflows/skore-ui.yml/badge.svg)
![ci](https://github.com/probabl-ai/skore/actions/workflows/ci.yml/badge.svg)
![python](https://img.shields.io/badge/python-3.11%20|%203.12-blue?style=flat&logo=python)

## Installation

Expand Down
1 change: 1 addition & 0 deletions skore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "skore"
description = "Tooling and assistance for data scientists to \"Own Your Data Science\""
dynamic = ["version"]
readme = "README.md"
requires-python = ">=3.11"
maintainers = [
{name = "skore developers", email="[email protected]"},
]
Expand Down

0 comments on commit e41deea

Please sign in to comment.