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

update project version constraints #4

Open
hugolytics opened this issue Feb 8, 2023 · 2 comments
Open

update project version constraints #4

hugolytics opened this issue Feb 8, 2023 · 2 comments

Comments

@hugolytics
Copy link

would it be possible to update the version contraints in the pyproject.toml to

python = ">=3.6.2,<3.11"
pymysql = "^1.0.2"
kedro = ">=0.18.4"

Because now i have to revert to python 3.8 to even try the plugin. (we're on python 3.10)

@timsehn
Copy link

timsehn commented Feb 8, 2023

This is sort of not maintained. @max-hoffman ?

@max-hoffman
Copy link
Collaborator

It seems like kedro's interface is non backwards-compatible between versions 0.17.2 and 0.18.4:

    from kedro.versioning import Journal
E   ModuleNotFoundError: No module named 'kedro.versioning'

So either 1) a lot more tinkering can be done to find a set of dependencies where everything runs, or 2) the package would have to be rewritten with the new kedro interfaces. In the general case we can't support all of these little integration packages, but if you have an extenuating case or submit a PR we are happy to look.

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

3 participants