sillsdev / silnlp

A set of pipelines for performing experiments on various NLP tasks with a focus on resource-poor/minority languages.
Other
30 stars 3 forks source link

Upgrade 'packaging' to be compatible with the latest version of clearml-session #529

Closed isaac091 closed 1 week ago

isaac091 commented 1 week ago

clearml-session uses jupyter-server 2.14.2, which has a dependency on packaging>=22.0. This was preventing some other pip packages from being installed, in my case poetry and protobuf.


This change is Reviewable