Skip to content

Keep the package up to date

QLutz edited this page Jul 26, 2021 · 2 revisions

Whenever, some unexpected errors occur (especially on CI builds), one of the first measures to take is making sure the dependencies are up to date. Those include:

  • the packages described in requirements_dev.txt
  • the requirements in setup.py
  • the hardcoded packages in the workflows under .github/workflows
  • some unversioned dependencies can also be found in docs/conf.py

Make sure that those packages are compatible with the Python versions for which wheels are built.

Clone this wiki locally