JuliaDynamics / DiscreteEvents.jl

Discrete event generation and simulation in Julia
MIT License
56 stars 10 forks source link

Distributions 0.25 compatibility #45

Closed filchristou closed 1 year ago

filchristou commented 2 years ago

I have local conflicts because DiscreteEvents.jl doesn't support Distributions 0.25 I saw a bunch of PRs from the CompatHelper for that but the checks fail. However I tried it locally and all the tests pass. Do we know what is the problem and there is such trouble with Distributions 0.25 ?

hdavid16 commented 2 years ago

The [compat] section in the Project.toml needs to be updated to allow 0.25. @pbayer, can you merge the compat helper pull request for this?

pbayer commented 1 year ago

DiscreteEvents v0.3.5 is available from the Julia registry.