jonathf / chaospy

Chaospy - Toolbox for performing uncertainty quantification.
https://chaospy.readthedocs.io/
MIT License
445 stars 87 forks source link

Add missing importlib-metadata dependency #411

Closed VincentVanlaer closed 1 year ago

VincentVanlaer commented 1 year ago

An alternative to this PR would be to increase the minimum python version to 3.8 and use importlib.metadata from the standard library. Although importlib_metadata is essentially a copy of that