ukaea / ukaea/PROCESS

Determine Python package dependency strategy

Open
#1,527 1 comment 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

CI epic
Dominant language
Python
Stars
71
Forks
27
Avg merge
2d 18h
Merged PRs (30d)
33

Description

Our Python package dependencies are a bit of a mess, and have just caused #1525. I believe we should:

  • Use setup.py for usage dependencies
  • Use requirements.txt for development dependencies
  • Decide on how tight/loose our version ranges should be (see https://semver.org/)
  • Prioritise CI stability, but also allow automatic detection of breakages due to upversions (canary job/dependabot?)
  • Research best practices in this area (RealPython, Blueprint, Hypermodern Python, poetry)

Otherwise this will bite us in future.
@timothy-nunn almost certainly has some good ideas.

  • #1592

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.