Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: courtois-neuromod/cneuromax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f628916cfedc644ef3f7ad702caf1f0570a78213
Choose a base ref
..
head repository: courtois-neuromod/cneuromax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: da57b8f11423c5da21deaa1b54752db6cfe95614
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 pyproject.toml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ dependencies = [
"sphinx-autodoc-typehints==2.0.0", # More type hint customization
"myst-parser==2.0.0", # Embeds markdown in sphinx
# DEVELOPMENT
"black[jupyter]==24.1.1", # Python Formatter
"black[jupyter]==24.2.0", # Python Formatter
"ruff==0.2.1", # Python Linter
"doc8==1.1.1", # Documentation linter
"yamllint==1.34.0", # YAML linter