qutip / qutip-tutorials

QuTiP Tutorials
BSD 3-Clause "New" or "Revised" License
37 stars 37 forks source link

Windows does not have imagemagick on conda #45

Open BoxiLi opened 2 years ago

BoxiLi commented 2 years ago

Following the installation guide, one will get on Windows

ResolvePackageNotFound:
  - imagemagick==7.1.0_36

On windows, one needs to install it from a binary an excutable file. This is fine. But the whole workflow of creating a conda environment is interrupted because of this. Is there a way to make it optional?