Skip to content
Merged
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 docs/developer_guide/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We are unlikely to add new core dependencies, without a strong reason. Soft depe
should be the first choice for new dependencies, but ideally the code should be written
in `aeon` itself if possible.

Al dependencies are managed in the [`pyproject.toml`](https://github.com/aeon-toolkit/aeon/blob/main/pyproject.toml)
All dependencies are managed in the [`pyproject.toml`](https://github.com/aeon-toolkit/aeon/blob/main/pyproject.toml)
file following the [PEP 621](https://www.python.org/dev/peps/pep-0621/) convention.
Core dependencies are listed in the `dependencies` dependency set and
developer dependencies are listed in the `dev` and `docs` dependency sets.
Expand Down