-
Notifications
You must be signed in to change notification settings - Fork 910
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
PyTorch Lightining V1.0 requires fsspec>0.8 which clashes with Kedro 0.16.5 #553
Comments
I'm suffering from the same issue. |
@Minyus |
If QB team doesn't want users to use fsspec >= 0.7.0, how about showing just a warning instead of setting upper limit in requirements.txt? |
To be honest I don't know how much of a breaking change the newer fsspec introduces to Kedro. Maybe someone from the team can elaborate. |
@ssakhavi you may want to see #489 , according to #489 (comment) the fix is already in |
@crypdick excellent. Thanks. |
As of 4th Nov 2020, https://github.com/quantumblacklabs/kedro/blob/develop/requirements.txt#L5 sets |
Hi guys, we've updated the |
Description
The upcoming version of PyTorch Lightning requires fsspec V0.8>0, but Kedro has a dependency V0.7<
Context
My data science pipeline is dependent on PyTorch-Lightning and of I were to update it, it will clash with Kedro
pip show kedro
orkedro -V
): 0.16.5python -V
): 3.7The text was updated successfully, but these errors were encountered: