bat / BAT.jl

A Bayesian Analysis Toolkit in Julia
Other
209 stars 30 forks source link

too strong version req. of dependencies #400

Closed 8me closed 1 year ago

8me commented 1 year ago

I tried to add BAT.jl to one of my projects, which was not possible due to a version conflict in the dependencies. After checking the Project.toml of BAT.jl it seems to me that the required versions are a little bit toooo strong. For every dependency only some specific version numbers are allowed, which seems a little bit over the top?! :thinking:

oschulz commented 1 year ago

Hi @8me - sorry for this - we're preparing a BAT.jl v3.0 release, until then, please use BAT#main, not v2.0, which indeed has very outdated deps.

BAT#main currently has two outdated deps itself, Distributions.jl and (indirectly) Static.jl, I hope to resolve that very soon.

8me commented 1 year ago

Ok, thanks :+1: