You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to #61 but this time the error is: ERROR: Unsatisfiable requirements detected for package DiffWrappers [87bc27b3]: DiffWrappers [87bc27b3] log: ├─possible versions are: 0.0.1 or uninstalled ├─restricted by julia compatibility requirements to versions: uninstalled └─restricted by compatibility requirements with DiffEqBayes [ebbdde9d] to versions: 0.0.1 — no versions left └─DiffEqBayes [ebbdde9d] log: ├─possible versions are: [0.0.1, 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0-0.6.1, 0.7.0] or uninstalled ├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1, 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0-0.6.1, 0.7.0] └─restricted by julia compatibility requirements to versions: 0.7.0 or uninstalled, leaving only versions: 0.7.0
The text was updated successfully, but these errors were encountered:
No, unfortunately not! I can remove the version restrictions in the REQUIRE file though and successfully add the package but then it does not precompile.
Okay, we will have another release coming out soon which fixes a few things. Most of the work was in #60 but we're going to have to release without DynamicHMC since it's taking too long.
This is similar to #61 but this time the error is:
ERROR: Unsatisfiable requirements detected for package DiffWrappers [87bc27b3]: DiffWrappers [87bc27b3] log: ├─possible versions are: 0.0.1 or uninstalled ├─restricted by julia compatibility requirements to versions: uninstalled └─restricted by compatibility requirements with DiffEqBayes [ebbdde9d] to versions: 0.0.1 — no versions left └─DiffEqBayes [ebbdde9d] log: ├─possible versions are: [0.0.1, 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0-0.6.1, 0.7.0] or uninstalled ├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1, 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0-0.6.1, 0.7.0] └─restricted by julia compatibility requirements to versions: 0.7.0 or uninstalled, leaving only versions: 0.7.0
The text was updated successfully, but these errors were encountered: