cnuernber / dtype-next

A Clojure library designed to aid in the implementation of high performance algorithms and systems.
Other
319 stars 18 forks source link

Application transitive dep: `[org.ow2.asm/asm "9.x"]` #86

Closed harold closed 4 months ago

harold commented 11 months ago
Possibly confusing dependencies found:

[techascent/tech.ml.dataset "7.000-beta-52"] -> [cnuernber/dtype-next "10.000-beta-51"] -> [org.ow2.asm/asm "9.0"]
 overrides
... -> [org.clojure/core.async "1.6.673" :exclusions [org.clojure/tools.reader]] -> [org.clojure/tools.analyzer.jvm "1.2.2"] -> [org.ow2.asm/asm "9.2"]

idk if you like upgrading this kind of thing, but I got this from lein deps :tree in an app that includes many dependencies.

cnuernber commented 4 months ago

Fixed a while ago