clojure-numerics / expresso

Clojure library for symbolic computation
312 stars 20 forks source link

Incompatible dependencies #18

Closed AlexAti closed 9 years ago

AlexAti commented 9 years ago

Hello,

I'm trying to bump the version of my project to clojure "1.7.0", and expresso is giving me problems. I've found that the problem is that the last release of expresso "0.2.2-SNAPSHOT" is using version "1.3.0" of instaparse and that using version "1.3.6" solves the problem (see https://github.com/weavejester/clout/issues/24).

As 1.7 is the last version of the core language package, it would be good to have that fixed, but I'm not confident enough to fork, test, and assure that expresso works correctly with that new instaparse version.

AlexAti commented 9 years ago

Sorry, I was mistaken! The master branch is still using instaparse "1.3.0", but expresso "0.2.2-SNAPSHOT" is not that branch, and it's compatible with clojure 1.7. I'll close the issue.