Salome HOME
spns #32755 : TopIIVolMesh: move back to master branch
[tools/sat_salome.git] / products / patches / openturns-1.19.0003.patch
1 --- openturns-1.19_ref/otpod-0.6.8/setup.py     2022-09-19 09:58:04.000000000 +0200
2 +++ openturns-1.19_new/otpod-0.6.8/setup.py     2022-10-12 10:14:02.576646670 +0200
3 @@ -13,7 +13,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']