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 kernel's python dependencies #416

Open
2 tasks
mcaceresb opened this issue Apr 4, 2022 · 1 comment
Open
2 tasks

Update kernel's python dependencies #416

mcaceresb opened this issue Apr 4, 2022 · 1 comment
Assignees

Comments

@mcaceresb
Copy link
Collaborator

mcaceresb commented Apr 4, 2022

Problem description

The python dependencies, specially those outlined in requirements_dev.txt, are dated. Unit tests (via pytest) are additionally failing. The issue seems to be that python packages have changed slightly over the years (rather than any fundamental problem with the kernel itself). I tried to update the dependencies and discovered it wasn't particularly simple, hence this issue.

Other information

See, for example, #404, #413 (and possibly #409).

NB: Given this wasn't a simple task I may not get to it for some time unless it proves to be a serious issue.

TODO

  • Check tests in other OSs.
  • Check rest of tests.
@mcaceresb mcaceresb self-assigned this Apr 4, 2022
@kylebarron
Copy link
Owner

I now prefer using Poetry for python projects because it supplies an entire lockfile. I can put up a quick PR if you want to see how it works

@kylebarron kylebarron mentioned this issue Apr 4, 2022
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

2 participants