File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 python -m pip install --upgrade pip
2929 python -m pip install flake8 pytest pytest-benchmark
3030 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31- pip install lap scipy "ortools<9.5 " lapsolver munkres
31+ pip install lap scipy "ortools<9.4 " lapsolver munkres
3232 - name : Lint with flake8
3333 run : |
3434 # stop the build if there are Python syntax errors or undefined names
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ For large datasets solving the minimum cost assignment becomes the dominant runt
421421- ` lapsolver ` - https://github.com/cheind/py-lapsolver
422422- ` lapjv ` - https://github.com/gatagat/lap
423423- ` scipy ` - https://github.com/scipy/scipy/tree/master/scipy
424- - ` ortools<9.5 ` - https://github.com/google/or-tools
424+ - ` ortools<9.4 ` - https://github.com/google/or-tools
425425- ` munkres ` - http://software.clapper.org/munkres/
426426
427427A comparison for different sized matrices is shown below (taken from [ here] ( https://github.com/cheind/py-lapsolver#benchmarks ) )
You can’t perform that action at this time.
0 commit comments