You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Problem description
The python dependencies, specially those outlined in
requirements_dev.txt
, are dated. Unit tests (viapytest
) 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
The text was updated successfully, but these errors were encountered: