version_1_20_1_FD32 :
{
compil_script : "openturns-1.20.1" + $VARS.scriptExtension
- patches : ['openturns-1.20.1.0002.patch']
+ patches : ['openturns-1.20.1.0002.patch', 'openturns-1.20.1.0003.patch']
depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
opt_depend : ['pandas', 'statsmodels']
}
--- /dev/null
+diff -Naur openturns_ref/otpod-0.6.9/setup.py openturns_dev/otpod-0.6.9/setup.py
+--- openturns_ref/otpod-0.6.9/setup.py 2023-05-09 09:03:51.430613624 +0200
++++ openturns_dev/otpod-0.6.9/setup.py 2023-05-09 12:50:24.206735094 +0200
+@@ -12,7 +12,7 @@
+
+ install_requires=['statsmodels>=0.6.1',
+ 'numpy>=1.10.4',
+- 'scikit-learn>=0.17',
++ 'scikit-learn==0.24.2',
+ 'matplotlib>=1.5.1',
+ 'scipy>=0.17.0',
+ 'decorator>=4.0.9']