-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Description
🐞 Problem
The only reason why we have a requirements/ folder is because it was the only way for dependabot to automatically update those. However, the tool supports now pyproject.toml parsing with other build-backends rather than poetry. Since PyMAPDL is using flit, we can migrate all extra dependencies to the Python project file.
💡 How to implement
The following tasks need to be solved:
- Create the following extra groups in the
pyproject.toml: doc and tests. -
Update theSorry. Just found this project does not use Tox.tox.inifile to use these extra dependencies. Contact @jorgepiloto for more information on Tox migration. - Update the CI to use these extra dependencies.
germa89
Metadata
Metadata
Assignees
Labels
No labels