Update OR-Tools to 9.2

The new version of OR-Tools does not necessitate major changes, but has
some performance improvements and support for Python 3.10.

On a related note, Python 3.10 is now required.
This commit is contained in:
Jeremy Saklad 2022-01-02 15:07:28 -06:00
parent f934861f55
commit 40e34bb43c
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
ortools = "9.1"
ortools = "9.2"
windows-curses = {platform_system = "== 'Windows'"}
[scripts]
@ -12,4 +12,4 @@ windows-curses = {platform_system = "== 'Windows'"}
bone_market_solver = "python -m bonemarketsolver"
[requires]
python_version = "3.9"
python_version = "3.10"