Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ analysis = [
"pip-audit==2.10.1",
# PyCQA, first released 2009. Not wired into any gate; here so the findings a contributor's IDE
# reports can be reproduced from the command line.
"pylint==4.0.6",
"pylint==4.0.8",
]
# scikit-learn integration. Only python_som.sklearn imports it. Lower bounds rather than pins:
# these are user-facing install sets, not tooling. `examples` restores what 0.3.0 installed.
Expand Down
Loading