unionai-oss / pandera

A light-weight, flexible, and expressive statistical data testing library
https://www.union.ai/pandera
MIT License
3.05k stars 281 forks source link

Remove dependencies on `wrapt`, `packaging`, and potentially `multimethod` #1576

Open cosmicBboy opened 1 month ago

cosmicBboy commented 1 month ago

The packages listed in the issue title add more dependencies to pandera than necessary. With the exception of multimethod, which does add value in terms of dispatching functions in the validation backends.

The purpose of this issue is to remove these as dependencies and replace them with pure Python implementations.