Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for OrdinaryDiffEq version 6 #328

Closed
ruvilecamwasam opened this issue Mar 30, 2022 · 1 comment
Closed

Support for OrdinaryDiffEq version 6 #328

ruvilecamwasam opened this issue Mar 30, 2022 · 1 comment

Comments

@ruvilecamwasam
Copy link

Thanks for all the work building this package, QuantumOptics.jl has been very useful to me. I've recently been doing some work in PDEs, and am trying to install the package MethodOfLines. Unfortunately this leads to unsatisfiable requirements for the OrdinaryDiffEq package.

QuantumOptics v1.0.3 supports OrdinaryDiffEq versions 4.0.0-5.71.0. However some packages (such as MethodOfLines) require version 6. Is it possible to update QuantumOptics to support version 6 of OrdinaryDiffEq?

The full error message when I run add MethodOfLines is:

ERROR: Unsatisfiable requirements detected for package OrdinaryDiffEq [1dea7af3]:
 OrdinaryDiffEq [1dea7af3] log:
 ├─possible versions are: 4.0.0-6.7.1 or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions 4.0.0-6.7.1
 ├─restricted by compatibility requirements with MethodOfLines [94925ecb] to versions: 6.0.0-6.7.1
 │ └─MethodOfLines [94925ecb] log:
 │   ├─possible versions are: 0.1.0-0.2.0 or uninstalled
 │   └─restricted to versions * by an explicit requirement, leaving only versions 0.1.0-0.2.0
 └─restricted by compatibility requirements with QuantumOptics [6e0679c1] to versions: 4.0.0-5.71.0 — no versions left
   └─QuantumOptics [6e0679c1] log:
     ├─possible versions are: 0.5.5-1.0.3 or uninstalled
     └─restricted to versions * by an explicit requirement, leaving only versions 0.5.5
@ruvilecamwasam ruvilecamwasam changed the title Support OrdinaryDiffEq version 6 Support for OrdinaryDiffEq version 6 Mar 30, 2022
@ChristophHotter
Copy link
Member

@ruvilecamwasam it should work now with the new version 1.0.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants