Skip to content

Commit

Permalink
core: update scikit-learn-tree compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprovost committed May 17, 2023
1 parent fcf5f3f commit ba079a0
Show file tree
Hide file tree
Showing 62 changed files with 84,433 additions and 81,609 deletions.
586 changes: 334 additions & 252 deletions poetry.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.8.1,<3.11"
pandas = "^1.5.3"
matplotlib = "^3.7.0"
jupyter = "^1.0.0"
Expand All @@ -22,6 +22,7 @@ graphviz = "^0.20.1"
autoflake = "^2.1.1"
docformatter = {extras = ["tomli"], version = "^1.6.4"}
arff = "^0.9"
threadpoolctl = "^3.1.0"

[tool.poetry.group.dev.dependencies]
pytest-cov = "^4.0.0"
Expand Down
Binary file not shown.
Binary file not shown.
2,674 changes: 1,337 additions & 1,337 deletions scikit-learn/sklearn/_isotonic.c

Large diffs are not rendered by default.

2,534 changes: 1,267 additions & 1,267 deletions scikit-learn/sklearn/cluster/_dbscan_inner.cpp

Large diffs are not rendered by default.

3,076 changes: 1,538 additions & 1,538 deletions scikit-learn/sklearn/cluster/_hierarchical_fast.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit ba079a0

Please sign in to comment.