alanderos91 / BioSimulator.jl

A stochastic simulation framework in Julia.
https://alanderos91.github.io/BioSimulator.jl/stable/
Other
47 stars 7 forks source link

Unsatisfiable requirements for RecursiveArrayTools (DifferentialEquations) #40

Closed robertfeldt closed 4 years ago

robertfeldt commented 4 years ago

Maybe the version restriction on RecursiveArrayTools can be lifted/updated?

ERROR: Unsatisfiable requirements detected for package RecursiveArrayTools [731186ca]:
 RecursiveArrayTools [731186ca] log:
 ├─possible versions are: [0.16.0-0.16.3, 0.17.0-0.17.2, 0.18.0-0.18.6, 0.19.0-0.19.1, 0.20.0, 1.0.0-1.0.2, 1.1.0-1.1.1, 1.2.0-1.2.1, 2.0.0-2.0.5, 2.1.0] or uninstalled
 ├─restricted to versions 1.2.0-1 by BioSimulator [6aabf0a6], leaving only versions 1.2.0-1.2.1
 │ └─BioSimulator [6aabf0a6] log:
 │   ├─possible versions are: 0.9.3 or uninstalled
 │   └─BioSimulator [6aabf0a6] is fixed to version 0.9.3
 └─restricted by compatibility requirements with DifferentialEquations [0c46a032] to versions: [2.0.0-2.0.5, 2.1.0] — no versions left
   └─DifferentialEquations [0c46a032] log:
     ├─possible versions are: [5.0.0, 5.1.0, 5.2.0-5.2.1, 5.3.0-5.3.1, 6.0.0, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.6.0, 6.7.0, 6.8.0, 6.9.0, 6.10.0-6.10.1, 6.11.0, 6.12.0] or uninstalled
     └─restricted to versions 6.12.0 by an explicit requirement, leaving only versions 6.12.0
alanderos91 commented 4 years ago

Yes, just need to make the right changes to be compatible with the latest version as there is a breaking change. Should be fixed soon.

robertfeldt commented 4 years ago

Ok, big thanks for quick reply. And thanks for the package. Looking forward to using it...

robertfeldt commented 4 years ago

Ok, big thanks for quick reply. And thanks for the package. Looking forward to using it...

alanderos91 commented 4 years ago

I managed to reproduce the dependency conflict due to RecursiveArrayTools and pushed a potential fix.

If you get a chance, please try this out on master by running

] add https://github.com/alanderos91/BioSimulator.jl.git
robertfeldt commented 4 years ago

Thanks, this has solved the problem on my end.