Add sequenzo and update dependencies in pyproject.toml

- Added sequenzo version 0.1.20 to the project dependencies.
- Updated uv.lock with new packages: cython, docutils, fastcluster, missingno, rpy2, rpy2-rinterface, rpy2-robjects, and their respective versions.
- Ensured all dependencies are properly listed with their sources and wheel URLs.
This commit is contained in:
2026-02-04 19:22:55 +01:00
parent 6f795ff277
commit ab42af0605
3 changed files with 169 additions and 2 deletions

View File

@@ -8,4 +8,5 @@ dependencies = [
"ale-py>=0.11.2",
"numpy>=2.2.5",
"pyclustertend>=1.4.9",
"sequenzo>=0.1.20",
]