Skip to content

Commit

Permalink
fixing ortools version #15590
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Oct 20, 2024
1 parent f9d7ea2 commit d06ca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/req_ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# these requirements are used to make sure the tests run only with versions known to work on GitHub actions
# the "normal" requirements should be used in addition
ortools==9.5.2237; python_version < '3.12'
ortools==9.10.4067; python_version >= '3.8'
pandas<2.2.0
matplotlib==3.8.4; python_version >= '3.9'
contourpy==1.2.1; python_version >= '3.9'

0 comments on commit d06ca18

Please sign in to comment.