Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make PySpark an optional dependency #2

Open
MrPowers opened this issue Feb 20, 2023 · 1 comment
Open

Make PySpark an optional dependency #2

MrPowers opened this issue Feb 20, 2023 · 1 comment

Comments

@MrPowers
Copy link
Owner

PySpark is a heavy dependency and shouldn't be required for users that just want to create Pandas DataFrames.

pip install farsante should not install PySpark.

pip install farsante[pyspark] should be the PySpark installation.

Here is how to install optional dependencies with Poetry. I am guessing this will work.

@MrPowers
Copy link
Owner Author

MrPowers commented Oct 2, 2023

I think Poetry dependency groups should work well for this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant