Bone-Market-Solver/Pipfile
Jeremy Saklad 8cb2ba5676
Update OR-Tools to 9.3
Despite being a minor version, OR-Tools 9.3 has breaking changes to
CP-SAT in the form of renamed methods.
2022-04-11 13:38:25 -05:00

16 lines
253 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
ortools = "9.3"
windows-curses = {platform_system = "== 'Windows'"}
[scripts]
bone_market_solver = "python -m bonemarketsolver"
[requires]
python_version = "3.10"