ctm-dqn/pyproject.toml

19 lines
400 B
TOML

[project]
name = "ctm"
version = "0.1.0"
description = "DQN-based Dynamic Speed Limit Control with Cell Transmission Model"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"torch>=2.0.0",
"numpy>=1.24.0",
"matplotlib>=3.7.0",
"pyyaml>=6.0",
"tqdm>=4.65.0",
"pandas>=2.3.3",
]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true