BMW-InnovationLab / BMW-Labeltool-Lite

This repository provides you with an easy-to-use labeling tool for State-of-the-art Deep Learning training purposes. It supports Auto-Labeling.
317 stars 46 forks source link

Breaking change in svg.select.js #24

Closed Aestyo closed 5 months ago

Aestyo commented 5 months ago

Hello,

Yesterday a new version of svg select was pushed after a 6-year silence, but this version blocks the build of the Docker frontend. To fix this, just edit the lock package :

"svg.select.js": "github:svgdotjs/svg.select.js#master", to "svg.select.js": "./libs/svg.select.js-3.0.1.tar.gz",

( download release 3.0.1 to put it in libs of course ) svgdotjs/svg.select.js/tags

Hopefully I've saved someone a bit of time, Have a nice day!