Skip to content

Commit

Permalink
fix older ortools version
Browse files Browse the repository at this point in the history
  • Loading branch information
tvwenger committed Mar 22, 2022
1 parent 8fdfabf commit ce59604
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Then, Maxfield can be launched on Windows from any folder via
C:\Users\username\Documents\maxfield\env\Scripts\activate
python C:\Users\username\Documents\maxfield\bin\maxfield-plan

N.B. There is a bug with the latest version of `ortools`, so we use
an older version. See: https://github.com/google/or-tools/issues/3202

### Example

The `example` directory includes the Maxfield output for the portal
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
author='Trey V. Wenger',
author_email='tvwenger@gmail.com',
packages=['maxfield'],
install_requires=['numpy', 'networkx', 'scipy', 'ortools',
install_requires=['numpy', 'networkx', 'scipy', 'ortools==8.2.8710',
'matplotlib', 'imageio', 'pygifsicle'],
scripts=['bin/maxfield-plan'],
)

0 comments on commit ce59604

Please sign in to comment.