Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / openturns-1.21.0005.patch
1 --- openturns_ref/otpod-0.6.10/setup.py 2023-09-27 10:10:35.955815409 +0200
2 +++ openturns_dev/otpod-0.6.10/setup.py 2023-09-27 10:10:22.311812375 +0200
3 @@ -12,7 +12,7 @@
4  
5  install_requires=['statsmodels>=0.6.1',
6                    'numpy>=1.10.4',
7 -                  'scikit-learn>=0.17',
8 +                  'scikit-learn==0.24.2',
9                    'matplotlib>=1.5.1',
10                    'scipy>=0.17.0',
11                    'decorator>=4.0.9']