Salome HOME
spns #32926: backport KERNEL & CONFIGURATION fixes on more recent platforms to ensure...
[tools/sat_salome.git] / products / patches / openturns-1.18.0002.patch
1 diff -Naur openturns_ref/otpod-0.6.7/setup.py  openturns_new/otpod-0.6.7/setup.py
2 --- openturns_ref/otpod-0.6.7/setup.py  2022-01-04 09:49:08.874177684 +0100
3 +++ openturns_new/otpod-0.6.7/setup.py  2022-01-04 09:48:41.115647314 +0100
4 @@ -13,7 +13,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']