mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-02-07 17:05:52 +01:00
- 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.
13 lines
248 B
TOML
13 lines
248 B
TOML
[project]
|
|
name = "project"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"ale-py>=0.11.2",
|
|
"numpy>=2.2.5",
|
|
"pyclustertend>=1.4.9",
|
|
"sequenzo>=0.1.20",
|
|
]
|