schedule_constraint_solving / pyproject.toml
barakplasma's picture
start
a20ac66
raw
history blame
181 Bytes
[project]
name = "or-tools"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ortools>=9.14.6206",
]