20 lines
411 B
TOML
20 lines
411 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",
|
|
"eclipse-sumo>=1.20.0",
|
|
]
|
|
|
|
[[tool.uv.index]]
|
|
url = "https://pypi.org/simple"
|
|
default = true
|