scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
Mozilla Public License 2.0
50 stars 2 forks source link

outdated orchard dev dependency #70

Closed daslu closed 3 months ago

daslu commented 3 months ago

The :dev alias at deps.edn has a few outdated dependencies.

One of them is cider/orchard: https://github.com/scicloj/wolframite/blob/8510c7e/deps.edn#L12

                              cider/orchard {:mvn/version "0.7.3"}

Probably, it is not necessary anymore. Anyway, it is an old version of this library, which seems to conflict with the current version of cider-nrepl.

holyjak commented 3 months ago

pls feel free to send a PR!

holyjak commented 3 months ago

Otheriwse, I will try to remember to remove it next time I am around the code.

daslu commented 3 months ago

Here, thanks: https://github.com/scicloj/wolframite/pull/73