This repository has been archived on 2025-12-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2025ML-project-neural_compr.../pyproject.toml

32 lines
740 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",
"seaborn>=0.13.2",
]
[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" }