Skip to content

Commit

Permalink
Merge branch 'main' into fix-ci-on-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Jan 3, 2025
2 parents 747f6c3 + 1ad9f00 commit d532328
Show file tree
Hide file tree
Showing 6 changed files with 975 additions and 26 deletions.
5 changes: 3 additions & 2 deletions skore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"plotly>=5,<6",
"pyarrow",
"rich",
"scikit-learn<1.7",
"scikit-learn",
"skops",
"uvicorn",
]
Expand Down Expand Up @@ -78,6 +78,7 @@ test = [
"pytest-randomly",
"pytest-xdist",
"ruff",
"scikit-learn<1.7",
"skrub",
]

Expand Down Expand Up @@ -118,7 +119,7 @@ parallel = true
source = ["skore"]

[tool.coverage.report]
omit = ["src/*", "tests/*"]
omit = ["*/externals/*", "src/*", "tests/*"]
show_missing = true

[tool.ruff]
Expand Down
1 change: 1 addition & 0 deletions skore/src/skore/externals/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Module for vendoring external dependencies."""
Loading

0 comments on commit d532328

Please sign in to comment.