SURGroup / UQpy

UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
MIT License
267 stars 75 forks source link

Beartype version outdated in requirements #237

Closed Kramer84 closed 1 month ago

Kramer84 commented 2 months ago

The version of beartype in the requirements beartype==0.9.1, is heavily outdated (Nov. 2021) given that beartype is at version 0.18.5. This can break code that has been written using the latest beartype versions.

If possible and doesn't break UQpy the line in the requirements should be changed to beartype>=0.9.1.

dimtsap commented 1 month ago

PR #238 upgrades beartype to the latest and resolves this issue