From 80fbfcc6f4aaa0cbbffab53348036eaa28218bc6 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Thu, 19 Jan 2023 16:10:11 +0100 Subject: [PATCH] run model_builder python tests, rearrange linear solver testdata --- ortools/python/setup.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ortools/python/setup.py.in b/ortools/python/setup.py.in index 4f9b1db5f7..d6f229bfc9 100644 --- a/ortools/python/setup.py.in +++ b/ortools/python/setup.py.in @@ -46,6 +46,7 @@ setup( 'absl-py >= 0.13', 'numpy >= 1.13.3', 'protobuf >= 4.21.10', + 'scipy >= 1.10.0', ], package_data={ '@PYTHON_PROJECT@':[$<$,SHARED_LIBRARY>:'.libs/*','../$'>],