34 lines
797 B
TOML
34 lines
797 B
TOML
[project]
|
|
name = "project-ml"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"datasets<4.0.0",
|
|
"fsspec==2024.9.0",
|
|
"lorem>=0.1.1",
|
|
"arithmeticencodingpython",
|
|
"pandas-stubs==2.3.3.251201",
|
|
"seaborn>=0.13.2",
|
|
"scipy>=1.16.3",
|
|
"scipy-stubs==1.16.3.3",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
dev = [
|
|
"hydra-core>=1.3.2",
|
|
"matplotlib>=3.10.7",
|
|
"memray>=1.19.1",
|
|
"optuna==4.5.0",
|
|
"torch==2.9.0",
|
|
"torchdata==0.7.1",
|
|
"torchvision==0.24.0",
|
|
]
|
|
dataset = [
|
|
"biopython>=1.86",
|
|
"regex>=2025.11.3",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
arithmeticencodingpython = { git = "https://github.com/ahmedfgad/ArithmeticEncodingPython.git", rev = "60aad0528c57289218b241d75993574f31b90456" }
|