Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / openturns-1.19.0004.patch
1 --- openturns-1.19_ref/otfmi-0.15/setup.py      2022-09-19 09:58:00.000000000 +0200
2 +++ openturns-1.19_new/otfmi-0.15/setup.py      2022-10-12 10:43:27.094002087 +0200
3 @@ -64,7 +64,7 @@
4      # https://packaging.python.org/en/latest/requirements.html
5      install_requires=['numpy',
6                        'pyfmi>=2.6',
7 -                      'dill'],
8 +                      'dill==0.3.4'],
9  
10      # List additional groups of dependencies here (e.g. development
11      # dependencies). You can install these using the following syntax,