Open elliottower opened 4 weeks ago
Hello,
We have release coming up soon to 1.14.1 and there has been update to dependences in that release. I'll follow as soon as latest version is released.
Thank you, Abu
Comment by Abubakar Saad Workflow Run
Describe the bug There are a few dependencies for this project which are pinned to old versions and makes it difficult to install with other up to date libraries.
The main incompatibility I've found is the most recent version of jupyter notebook doesn't seem to be compatible because of the
jsonschema
dependency:This is fixable by uninstalling
notebook
(which also uninstalls jupyterlab-server), install the older jsonschema version, install label-studio, and then reinstall jupyter. But it would be nice to access all of the most up to date jupyter features while using this library.Some other old packages I found were these two which it had to downgrade in my local env (don't think they matter particularly but probably best practice to keep them up to date)
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.