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
2025-11-08 20:55:05 +01:00

12 lines
244 B
TOML

[project]
name = "project-ml"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"matplotlib>=3.10.7",
"numpy>=2.3.4",
"optuna>=4.5.0",
"torch>=2.9.0",
]