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:
parent
f934861f55
commit
40e34bb43c
4
Pipfile
4
Pipfile
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue