STOR-i / GaussianProcesses.jl

A Julia package for Gaussian Processes
https://stor-i.github.io/GaussianProcesses.jl/latest/
Other
308 stars 53 forks source link

compatible issue #179

Closed norci closed 3 years ago

norci commented 3 years ago

I got a compatible problem, and I don't understand the error message. Could you have a look? many thanks.

(a) pkg> st
Status `/tmp/a/Project.toml`
  [e88e6eb3] Zygote v0.6.2 ⚲

(a) pkg> add GaussianProcesses
  Resolving package versions...
ERROR: Unsatisfiable requirements detected for package SpecialFunctions [276daf66]:
 SpecialFunctions [276daf66] log:
 ├─possible versions are: [0.7.0-0.7.2, 0.8.0, 0.9.0, 0.10.0-0.10.3, 1.0.0, 1.1.0, 1.2.0-1.2.1] or uninstalled
 ├─restricted by compatibility requirements with GaussianProcesses [891a1506] to versions: [0.7.0-0.7.2, 0.8.0, 0.9.0, 0.10.0-0.10.3, 1.0.0, 1.1.0, 1.2.0-1.2.1]
 │ └─GaussianProcesses [891a1506] log:
 │   ├─possible versions are: [0.8.0, 0.9.0, 0.10.0, 0.11.0-0.11.2, 0.12.0-0.12.3] or uninstalled
 │   ├─restricted to versions * by an explicit requirement, leaving only versions [0.8.0, 0.9.0, 0.10.0, 0.11.0-0.11.2, 0.12.0-0.12.3]
 │   └─restricted by compatibility requirements with Zygote [e88e6eb3] to versions: [0.8.0, 0.9.0] or uninstalled, leaving only versions: [0.8.0, 0.9.0]
 │     └─Zygote [e88e6eb3] log:
 │       ├─possible versions are: [0.1.0, 0.2.0, 0.3.0-0.3.4, 0.4.0-0.4.22, 0.5.0-0.5.17, 0.6.0-0.6.2] or uninstalled
 │       └─restricted to versions 0.6.2 by an explicit requirement, leaving only versions 0.6.2
 ├─restricted by compatibility requirements with Zygote [e88e6eb3] to versions: [0.10.0-0.10.3, 1.0.0, 1.1.0, 1.2.0-1.2.1]
 │ └─Zygote [e88e6eb3] log: see above
 └─restricted by compatibility requirements with GaussianProcesses [891a1506] to versions: [0.7.0-0.7.2, 0.8.0] — no versions left
   └─GaussianProcesses [891a1506] log: see above
norci commented 3 years ago

Sorry I made a mistake. This has been fixed in master branch.