UCL-CCS / EasyVVUQ

Python 3 framework to facilitate verification, validation and uncertainty quantification (VVUQ) for a wide variety of simulations.
https://easyvvuq.readthedocs.io/
GNU Lesser General Public License v3.0
85 stars 27 forks source link

Fixed flake #382

Closed bartoszbosak closed 1 year ago

bartoszbosak commented 1 year ago

New version of flake8 (6.0.0) is not compatible with python 3.7. In order to resolve this issue I've fixed requirmeent of flake8 to 5.0.4.

bartoszbosak commented 1 year ago

It seems to be not so easy. It looks like setuptools also installs newer version of flake8, while some other packages older. Needs further analysis to be fixed.