| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move away from pip-tools and use uv. | J08nY | 2025-11-17 | 1 | -9/+0 |
| | | | | | | | | | | | uv is all the rage. No, but really. The pip-compile approach does not work cross-platform or cross-python version (sometimes it does, but not always). In comparison and uv lockfile is universal and cross-platform: https://docs.astral.sh/uv/concepts/projects/layout/#the-lockfile This should help make our install easier and more robust. | ||||
| * | bump deps, foster auto updates | Adam Janovsky | 2025-02-01 | 1 | -5/+5 |
| | | |||||
| * | bump requirements | Adam Janovsky | 2023-11-23 | 1 | -1/+1 |
| | | |||||
| * | bump references | adamjanovsky | 2023-11-14 | 1 | -4/+5 |
| | | |||||
| * | Reference annotations: finalize prediction pipeline | adamjanovsky | 2023-03-17 | 1 | -1/+1 |
| | | |||||
| * | PoC reference annotator | Adam Janovsky | 2023-02-17 | 1 | -0/+1 |
| | | |||||
| * | flat -> src layout (#294) | adamjanovsky | 2022-12-09 | 1 | -3/+3 |
| | | | | | | | - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml` | ||||
| * | change annotation style, recompile deps | Adam Janovsky | 2022-04-24 | 1 | -3/+3 |
| | | |||||
| * | reorganize requirements | Adam Janovsky | 2022-04-04 | 1 | -0/+7 |
