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