We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
pip install farsante[pyspark] should be the PySpark installation.
pip install farsante[pyspark]
Here is how to install optional dependencies with Poetry. I am guessing this will work.
The text was updated successfully, but these errors were encountered:
I think Poetry dependency groups should work well for this task.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: