mitchelllisle / sparkdantic

✨ A Pydantic to PySpark schema library
https://mitchelllisle.github.io/sparkdantic/
MIT License
54 stars 10 forks source link

Remove numpy dependency and relax pandas version #386

Closed mitchstockdale closed 3 months ago

mitchstockdale commented 3 months ago

Remove numpy since it's a dependency of pandas and relax the version requirements for pandas.

The lower bound is set to dbldatagen requirements and is reasonably flexible.

This should make the package more easily adoptable by new and existing projects.