Skip to content

0.0.4

Compare
Choose a tag to compare
@nanne-aben nanne-aben released this 29 Mar 08:15
· 386 commits to main since this release
ac7d6f1

Remove the hard dependency on pyspark. Instead make it a dev dependency, and give people the option to install it as an optional dependency.

By deafult, pip install typedspark will not install pyspark, since many platforms (e.g. Databricks) come with pyspark preinstalled. If you want to install typedspark with pyspark, you can run pip install typedspark[pyspark]