fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.97k stars 287 forks source link

Not able to update Pluto #788

Closed rleyvasal closed 3 years ago

rleyvasal commented 3 years ago

I get the error I need to update Pluto. A new version of Pluto.jl is available! πŸŽ‰

You have v0.12.7, the latest is v0.12.17.

You can update Pluto.jl using the julia package manager:

import Pkg; Pkg.update("Pluto")

Afterwards, exit Pluto.jl and restart julia.

After running the commands, I get the following error in the picture.

I am running windows 10 I have tried to update Pluto from the REPL and it is not updating. I have also tried to remove Pluto with rm Pluto and then installing again with add Pluto and the version stays in v0.12.7 Any ideas how to update?

PlutoUpdate PlutoUpdateREPL addPluto

fonsp commented 3 years ago

Can you try updating everything using update in the REPL?

rleyvasal commented 3 years ago

I did update in REPL and Pluto did not update UdatedAll

fonsp commented 3 years ago

Tricky. You can run this to debug which package is holding back Pluto:

pkg> add Pluto@0.12.17

When you're done, be sure to pkg> remove Pluto and pkg> add Pluto, otherwise Pluto is forever fixed to 0.12.17.

Let me know if that helped

rleyvasal commented 3 years ago

It didn't work

RemovePluto

fonsp commented 3 years ago

It looks like the package ECharts is restricting other packages to old version.

Perhaps the best option is to remove ECharts from the global environment, and create a new package environment specifically for the project that you use ECharts for. (Unfortunately you will need to read up on the Pkg documentation to use this kind of workflow.)

A general tip is to create a new package environment for every project. This makes it possible to later revisit a project with the exact same versions, and it also keeps the global environment "clean", which can help with issues like this.

Soon, Pluto will make package environment management a lot easier. Right now, it can be a bit of a struggle.

rleyvasal commented 3 years ago

I did remove ECharts and tried to install Pluto again but it did not work.

I have also re-installed Julia but the problem is still there.

RemovedECharts

fonsp commented 3 years ago

First, try updating all packages.

If that didn't work, then that means that there is another package holding back Pluto. Do this again: https://github.com/fonsp/Pluto.jl/issues/788#issuecomment-748493799 to see the debugging info that will help us find out which package.

rleyvasal commented 3 years ago

I finally got Pluto working by doing again what you recommended previously:

pkg> add Pluto@0.12.17 When you're done, be sure to pkg> remove Pluto and pkg> add Pluto, otherwise Pluto is forever fixed to 0.12.17.

Thank you Fonsp!

I happy to hear that "Pluto will make package environment management a lot easier" in the future.

bherzog-ai commented 2 years ago

Dear all: I cannot update Pluto. My Pluto version is stuck to 0.14.2. I work on this issue already two days alone. I have tried everything on this page or I found in other similar forums. Nothing works.

How can I fix my updating problem in regard to Pluto?

fonsp commented 2 years ago

Hey @bherzog-ai ! This means that you have too many packages installed in your global environment. Tips:

  1. Update Julia, this will also give you a fresh empty package environment
  2. You can do add Pluto@0.18.4 (or whatever is the latest version) to force Pkg to install that version. If it doesn't work, it will tell you why

Have fun!

bherzog-ai commented 2 years ago

I really appreciate your quick response Fons. According to your instructions, first I have updated Julia again. Yet, the Pluto version is still v0.14.2. I have checked it with Pkg.status(). (2) Second, I add Pluto@0.18.4. I obtain a very long error message: it simply does not update Pluto!? grafik

fonsp commented 2 years ago

Hey @bherzog-ai ! This is not an error message, it's meant as a readable information message, telling you why it couldn't install Pluto. Try sitting down and reading the message, I'm sure that it will help! You will want to remove packages that you don't use anymore, which are restricting the Pluto update.

bherzog-ai commented 2 years ago

HI, it lists almost every Julia package as 'restricted to version' - read it yesterday. Frankly, I have no clue how to handle this message. I have updated Julia several times and I have installed the newest Julia version. Still, Pluto is restricted to almost every Julia package. Why - any idea? What is the best solution: for instance, deleting and installing Julia again...?

fonsp commented 2 years ago

Can you copy-paste the entire message?

bherzog-ai commented 2 years ago

I hope you have some clue. Here is a copy of the full message:

(@v1.7) pkg> add Pluto@0.18.4
    Updating registry at `C:\Users\herzog\.julia\registries\General`
    Updating git-repo `https://github.com/JuliaRegistries/General`
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Suppressor [fd094767]:
 Suppressor [fd094767] log:
 β”œβ”€possible versions are: 0.1.1-0.2.1 or uninstalled
 β”œβ”€restricted by compatibility requirements with InstantiateFromURL [43edad99] to versions: 0.1.1-0.2.1
 β”‚ └─InstantiateFromURL [43edad99] log:
 β”‚   β”œβ”€possible versions are: 0.1.0-0.6.0 or uninstalled
 β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.1.0-0.6.0
 β”‚   └─restricted by compatibility requirements with HTTP [cd3eb016] to versions: 0.1.0-0.2.1 or uninstalled, leaving only versions: 0.1.0-0.2.1
 β”‚     └─HTTP [cd3eb016] log:
 β”‚       β”œβ”€possible versions are: 0.6.10-0.9.17 or uninstalled
 β”‚       β”œβ”€restricted by compatibility requirements with MarketData [945b72a4] to versions: 0.6.12-0.9.17
 β”‚       β”‚ └─MarketData [945b72a4] log:
 β”‚       β”‚   β”œβ”€possible versions are: 0.7.1-0.13.9 or uninstalled
 β”‚       β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.7.1-0.13.9
 β”‚       β”‚   └─restricted by compatibility requirements with HTTP [cd3eb016] to versions: 0.13.3-0.13.9 or uninstalled, leaving only versions: 0.13.3-0.13.9
 β”‚       β”‚     └─HTTP [cd3eb016] log: see above
 β”‚       β”œβ”€restricted by compatibility requirements with UrlDownload [856ac37a] to versions: 0.8.0-0.9.17
 β”‚       β”‚ └─UrlDownload [856ac37a] log:
 β”‚       β”‚   β”œβ”€possible versions are: 0.1.0-1.0.0 or uninstalled
 β”‚       β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.1.0-1.0.0
 β”‚       β”‚   └─restricted by compatibility requirements with HTTP [cd3eb016] to versions: 0.3.1-1.0.0 or uninstalled, leaving only versions: 0.3.1-1.0.0
 β”‚       β”‚     └─HTTP [cd3eb016] log: see above
 β”‚       └─restricted by compatibility requirements with Pluto [c3e4b0f8] to versions: 0.9.1-0.9.17
 β”‚         └─Pluto [c3e4b0f8] log:
 β”‚           β”œβ”€possible versions are: 0.2.0-0.18.4 or uninstalled
 β”‚           └─restricted to versions 0.18.4 by an explicit requirement, leaving only versions 0.18.4
 β”œβ”€restricted by compatibility requirements with InstantiateFromURL [43edad99] to versions: 0.1.1
 β”‚ └─InstantiateFromURL [43edad99] log: see above
 └─restricted by compatibility requirements with Compat [34da2185] to versions: 0.2.0-0.2.1 or uninstalled β€” no versions left
   └─Compat [34da2185] log:
     β”œβ”€possible versions are: 1.0.0-3.42.0 or uninstalled
     β”œβ”€restricted by compatibility requirements with RegressionTables [d519eb52] to versions: 1.0.0-3.42.0
     β”‚ └─RegressionTables [d519eb52] log:
     β”‚   β”œβ”€possible versions are: 0.2.0-0.5.3 or uninstalled
     β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.2.0-0.5.3
     β”‚   β”œβ”€restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.4.0-0.5.3 or uninstalled, leaving only versions: 0.4.0-0.5.3
     β”‚   β”‚ └─Distributions [31c24e10] log:
     β”‚   β”‚   β”œβ”€possible versions are: 0.16.0-0.25.52 or uninstalled
     β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.16.0-0.25.52
     β”‚   β”‚   β”œβ”€restricted by compatibility requirements with RegressionTables [d519eb52] to versions: [0.16.0-0.21.12, 0.23.0-0.24.18]
     β”‚   β”‚   β”‚ └─RegressionTables [d519eb52] log: see above
     β”‚   β”‚   β”œβ”€restricted by compatibility requirements with MLJBase [a7f614a8] to versions: 0.22.0-0.25.52, leaving only versions: 0.23.0-0.24.18
     β”‚   β”‚   β”‚ └─MLJBase [a7f614a8] log:
     β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.1.0-0.19.8 or uninstalled
     β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with MLJ [add582a8] to versions: [0.1.0-0.2.6, 0.4.0-0.7.5, 0.8.1-0.8.4, 0.9.1-0.12.8, 0.13.1-0.14.9, 0.15.1-0.19.8]
     β”‚   β”‚   β”‚   β”‚ └─MLJ [add582a8] log:
     β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.1.0-0.17.3 or uninstalled
     β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.1.0-0.17.3
     β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Tables [bd369af6] to versions: 0.9.2-0.17.3 or uninstalled, leaving only versions: 0.9.2-0.17.3
     β”‚   β”‚   β”‚   β”‚   β”‚ └─Tables [bd369af6] log:
     β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.1.0-1.7.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with MLJ [add582a8] to versions: 0.1.0-1.7.0
     β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─MLJ [add582a8] log: see above
     β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with Pluto [c3e4b0f8] to versions: 1.0.0-1.7.0
     β”‚   β”‚   β”‚   β”‚   β”‚     └─Pluto [c3e4b0f8] log: see above
     β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with MLJBase [a7f614a8] to versions: 0.16.0-0.17.3 or uninstalled, leaving only versions: 0.16.0-0.17.3
     β”‚   β”‚   β”‚   β”‚   β”‚ └─MLJBase [a7f614a8] log: see above
     β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with ScientificTypes [321657f4] to versions: [0.1.0-0.2.5, 0.9.0-0.16.11] or uninstalled, leaving only versions: 0.16.0-0.16.11
     β”‚   β”‚   β”‚   β”‚     └─ScientificTypes [321657f4] log:
     β”‚   β”‚   β”‚   β”‚       β”œβ”€possible versions are: 0.1.0-3.0.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted by compatibility requirements with Tables [bd369af6] to versions: [0.1.0-0.2.3, 0.6.0-3.0.0] or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚ └─Tables [bd369af6] log: see above
     β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted by compatibility requirements with Requires [ae029012] to versions: 0.2.4-3.0.0 or uninstalled, leaving only versions: 0.6.0-3.0.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚ └─Requires [ae029012] log:
     β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€possible versions are: 0.5.0-1.3.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with CUDA [052768ef] to versions: 0.5.0-1.3.0
     β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─CUDA [052768ef] log:
     β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€possible versions are: 0.1.0-3.8.5 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.1.0-3.8.5
     β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€restricted by julia compatibility requirements to versions: [2.3.0, 2.5.0-3.8.5] or uninstalled, leaving only versions: [2.3.0, 2.5.0-3.8.5]
     β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   └─restricted by compatibility requirements with LLVM [929cbde3] to versions: 3.3.3-3.8.5 or uninstalled, leaving only versions: 3.3.3-3.8.5
     β”‚   β”‚   β”‚   β”‚       β”‚   β”‚     └─LLVM [929cbde3] log:
     β”‚   β”‚   β”‚   β”‚       β”‚   β”‚       β”œβ”€possible versions are: 0.9.0-4.9.1 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚   β”‚       β”œβ”€restricted by julia compatibility requirements to versions: 4.0.0-4.9.1 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚   β”‚       └─restricted by compatibility requirements with CUDA [052768ef] to versions: 3.0.0-4.9.1, leaving only versions: 4.0.0-4.9.1
     β”‚   β”‚   β”‚   β”‚       β”‚   β”‚         └─CUDA [052768ef] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚   └─restricted by compatibility requirements with GalacticOptim [a75be94c] to versions: 1.0.0-1.3.0
     β”‚   β”‚   β”‚   β”‚       β”‚     └─GalacticOptim [a75be94c] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”œβ”€possible versions are: 0.1.0-2.4.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.1.0-2.4.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”œβ”€restricted by compatibility requirements with DiffEqFlux [aae7a2af] to versions: 0.4.0-2.4.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚ └─DiffEqFlux [aae7a2af] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€possible versions are: 0.0.1-1.45.3 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.0.1-1.45.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€restricted by compatibility requirements with RecursiveArrayTools [731186ca] to versions: [0.0.1-0.3.0, 1.0.0-1.45.3] or uninstalled, leaving only versions: [0.0.1-0.3.0, 1.0.0-1.45.3]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚ └─RecursiveArrayTools [731186ca] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€possible versions are: 0.16.0-2.25.1 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€restricted by compatibility requirements with OrdinaryDiffEq [1dea7af3] to versions: 0.16.0-2.25.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚ └─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 Parameters [d96e819e] to versions: [4.0.0-5.6.0, 5.17.0-6.7.1] or uninstalled, leaving only versions: [4.0.0-5.6.0, 5.17.0-6.7.1]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚ └─Parameters [d96e819e] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.9.1-0.12.3 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.9.1-0.12.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with BifurcationKit [0f109fa4] to versions: 0.12.1-0.12.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚     └─BifurcationKit [0f109fa4] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”œβ”€possible versions are: 0.1.0-0.1.11 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.1.0-0.1.11
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted by compatibility requirements with DataStructures [864edb3b] to versions: [0.1.0, 0.1.2-0.1.11] or uninstalled, leaving only versions: [0.1.0, 0.1.2-0.1.11]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚ └─DataStructures [864edb3b] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€possible versions are: 0.9.0-0.18.11 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with VegaDatasets [0ae4a718] to versions: 0.9.0-0.18.11
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─VegaDatasets [0ae4a718] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€possible versions are: 0.4.0-2.1.1 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.4.0-2.1.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   └─restricted by compatibility requirements with DataStructures [864edb3b] to versions: 2.1.1 or uninstalled, leaving only versions: 2.1.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚     └─DataStructures [864edb3b] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with DiffEqCallbacks [459566f4] to versions: 0.17.0-0.18.11
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─DiffEqCallbacks [459566f4] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€possible versions are: 2.0.0-2.22.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DifferentialEquations [0c46a032] to versions: 2.0.0-2.22.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚ └─DifferentialEquations [0c46a032] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€possible versions are: 5.0.0-7.1.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 5.0.0-7.1.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with RecursiveArrayTools [731186ca] to versions: 6.10.0-7.1.0 or uninstalled, leaving only versions: 6.10.0-7.1.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚ └─RecursiveArrayTools [731186ca] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DiffEqNoiseProcess [77a26b50] to versions: 6.14.0-7.1.0 or uninstalled, leaving only versions: 6.14.0-7.1.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚ └─DiffEqNoiseProcess [77a26b50] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 2.0.0-5.9.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with StochasticDiffEq [789caeaf] to versions: [2.0.0-3.11.0, 4.1.0-5.9.0]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚ └─StochasticDiffEq [789caeaf] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 5.0.0-6.45.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 5.0.0-6.45.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Parameters [d96e819e] to versions: [5.0.0-6.8.0, 6.11.0-6.45.0] or uninstalled, leaving only versions: [5.0.0-6.8.0, 6.11.0-6.45.0]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─Parameters [d96e819e] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with RecursiveArrayTools [731186ca] to versions: 6.17.0-6.45.0 or uninstalled, leaving only versions: 6.17.0-6.45.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─RecursiveArrayTools [731186ca] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DiffEqSensitivity [41bf760c] to versions: 6.20.0-6.45.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─DiffEqSensitivity [41bf760c] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 2.0.0-6.71.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DiffEqFlux [aae7a2af] to versions: 2.0.0-6.71.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─DiffEqFlux [aae7a2af] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with RecursiveArrayTools [731186ca] to versions: 6.3.0-6.71.0 or uninstalled, leaving only versions: 6.3.0-6.71.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─RecursiveArrayTools [731186ca] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Adapt [79e6a3ab] to versions: [2.0.0-6.4.0, 6.20.0-6.71.0] or uninstalled, leaving only versions: [6.3.0-6.4.0, 6.20.0-6.71.0]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─Adapt [79e6a3ab] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.3.0-3.3.3 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with CUDA [052768ef] to versions: 2.2.0-3.3.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─CUDA [052768ef] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with CUDA [052768ef] to versions: 3.3.0-3.3.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚     └─CUDA [052768ef] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DataFrames [a93c6f00] to versions: [2.0.0-3.0.2, 6.6.1-6.71.0] or uninstalled, leaving only versions: 6.20.0-6.71.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─DataFrames [a93c6f00] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.11.7-1.3.2 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.11.7-1.3.2
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with RDatasets [ce6b1742] to versions: 0.13.0-1.3.2
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─RDatasets [ce6b1742] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.5.0-0.7.7 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.5.0-0.7.7
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 0.6.8-0.7.7 or uninstalled, leaving only versions: 0.6.8-0.7.7
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─DataFrames [a93c6f00] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with CSV [336ed68f] to versions: 0.6.10-0.7.7 or uninstalled, leaving only versions: 0.6.10-0.7.7
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚     └─CSV [336ed68f] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”œβ”€possible versions are: 0.3.0-0.10.3 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.3.0-0.10.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted by compatibility requirements with Tables [bd369af6] to versions: [0.3.0-0.3.1, 0.5.24-0.10.3] or uninstalled, leaving only versions: [0.3.0-0.3.1, 0.5.24-0.10.3]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚ └─Tables [bd369af6] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted by compatibility requirements with CategoricalArrays [324d7699] to versions: 0.6.2-0.10.3 or uninstalled, leaving only versions: 0.6.2-0.10.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚ └─CategoricalArrays [324d7699] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€possible versions are: 0.3.11-0.10.5 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with RData [df47a6cb] to versions: 0.3.11-0.10.5
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─RData [df47a6cb] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€possible versions are: 0.5.0-0.8.3 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.5.0-0.8.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   └─restricted by compatibility requirements with CategoricalArrays [324d7699] to versions: 0.7.2-0.8.3 or uninstalled, leaving only versions: 0.7.2-0.8.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚     └─CategoricalArrays [324d7699] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   └─restricted by compatibility requirements with MLJBase [a7f614a8] to versions: 0.8.1-0.10.5
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚     └─MLJBase [a7f614a8] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       └─restricted by compatibility requirements with MarketData [945b72a4] to versions: 0.7.0-0.10.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚         └─MarketData [945b72a4] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Tables [bd369af6] to versions: [0.11.7-0.13.1, 0.20.1-1.3.2] or uninstalled, leaving only versions: [0.13.0-0.13.1, 0.20.1-1.3.2]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─Tables [bd369af6] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with CategoricalArrays [324d7699] to versions: 0.21.0-1.3.2 or uninstalled, leaving only versions: 0.21.0-1.3.2
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚     └─CategoricalArrays [324d7699] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Zygote [e88e6eb3] to versions: [2.0.0-5.1.3, 6.22.0-6.71.0] or uninstalled, leaving only versions: 6.22.0-6.71.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─Zygote [e88e6eb3] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.1.0-0.6.37 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with ArrayLayouts [4c555306] to versions: [0.1.0-0.4.8, 0.4.13-0.6.37] or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─ArrayLayouts [4c555306] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.1.0-0.8.1 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with BlockArrays [8e7c35d0] to versions: [0.2.4-0.3.8, 0.4.1-0.7.10, 0.8.1]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─BlockArrays [8e7c35d0] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.4.1-0.16.12 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with BifurcationKit [0f109fa4] to versions: 0.12.0-0.16.12
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─BifurcationKit [0f109fa4] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with FillArrays [1a297f60] to versions: 0.4.1-0.16.11 or uninstalled, leaving only versions: 0.12.0-0.16.11
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚     └─FillArrays [1a297f60] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”œβ”€possible versions are: 0.2.0-0.13.2 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted by compatibility requirements with ArrayLayouts [4c555306] to versions: [0.8.0-0.8.14, 0.9.1-0.13.2]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚ └─ArrayLayouts [4c555306] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.8.0-0.11.9, leaving only versions: [0.8.0-0.8.14, 0.9.1-0.11.9]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚ └─Distributions [31c24e10] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       └─restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.9.0-0.11.9, leaving only versions: 0.9.1-0.11.9
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚         └─Distributions [31c24e10] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with FillArrays [1a297f60] to versions: 0.1.0-0.7.5 or uninstalled, leaving only versions: [0.2.4-0.3.8, 0.4.1-0.7.5]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─FillArrays [1a297f60] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with FillArrays [1a297f60] to versions: 0.4.0-0.7.5 or uninstalled, leaving only versions: 0.4.1-0.7.5
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚     └─FillArrays [1a297f60] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Requires [ae029012] to versions: 0.4.3-0.6.37 or uninstalled, leaving only versions: [0.4.3-0.4.8, 0.4.13-0.6.37] or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─Requires [ae029012] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with LoopVectorization [bdcacae8] to versions: [0.1.0-0.5.2, 0.6.0-0.6.37] or uninstalled, leaving only versions: [0.4.3-0.4.8, 0.4.13-0.5.2, 0.6.0-0.6.37] or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─LoopVectorization [bdcacae8] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.1.0-0.12.103 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by julia compatibility requirements to versions: 0.9.0-0.12.103 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with VectorizationBase [3d5dd08c] to versions: 0.12.19-0.12.103 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─VectorizationBase [3d5dd08c] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.1.0-0.21.25 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by julia compatibility requirements to versions: 0.20.8-0.21.25 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with ChainRulesCore [d360d2e6] to versions: 0.1.0-0.12.99 or uninstalled, leaving only versions: 0.12.19-0.12.99 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚     └─ChainRulesCore [d360d2e6] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”œβ”€possible versions are: 0.1.0-1.13.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted by compatibility requirements with DiffEqBase [2b5f629d] to versions: 0.4.0-1.13.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚ └─DiffEqBase [2b5f629d] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€possible versions are: 3.13.2-6.82.1 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with OrdinaryDiffEq [1dea7af3] to versions: 3.13.2-6.82.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─OrdinaryDiffEq [1dea7af3] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with RecursiveArrayTools [731186ca] to versions: 6.11.0-6.82.1 or uninstalled, leaving only versions: 6.11.0-6.82.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─RecursiveArrayTools [731186ca] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with Distributions [31c24e10] to versions: [3.13.2-6.70.0, 6.74.0-6.82.1] or uninstalled, leaving only versions: [6.11.0-6.70.0, 6.74.0-6.82.1]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─Distributions [31c24e10] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with DiffEqSensitivity [41bf760c] to versions: 6.36.0-6.82.1, leaving only versions: [6.36.0-6.70.0, 6.74.0-6.82.1]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─DiffEqSensitivity [41bf760c] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   └─restricted by compatibility requirements with StaticArrays [90137ffa] to versions: [3.13.2-4.23.4, 6.50.0-6.82.1] or uninstalled, leaving only versions: [6.50.0-6.70.0, 6.74.0-6.82.1]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚     └─StaticArrays [90137ffa] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”œβ”€possible versions are: 0.8.0-1.4.2 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”œβ”€restricted by compatibility requirements with OrdinaryDiffEq [1dea7af3] to versions: 0.8.0-1.4.2
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”‚ └─OrdinaryDiffEq [1dea7af3] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”œβ”€restricted by compatibility requirements with RecursiveArrayTools [731186ca] to versions: 0.10.0-1.4.2
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”‚ └─RecursiveArrayTools [731186ca] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”œβ”€restricted by compatibility requirements with OrdinaryDiffEq [1dea7af3] to versions: 0.11.0-1.4.2
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”‚ └─OrdinaryDiffEq [1dea7af3] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       └─restricted by compatibility requirements with EvoTrees [f6006082] to versions: 1.0.0-1.4.2
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚         └─EvoTrees [f6006082] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”œβ”€possible versions are: 0.2.1-0.9.4 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.2.1-0.9.4
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”œβ”€restricted by compatibility requirements with CUDA [052768ef] to versions: [0.2.1-0.4.9, 0.5.1-0.9.4] or uninstalled, leaving only versions: [0.2.1-0.4.9, 0.5.1-0.9.4]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚ └─CUDA [052768ef] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”œβ”€restricted by compatibility requirements with Tables [bd369af6] to versions: 0.4.3-0.9.4 or uninstalled, leaving only versions: [0.4.3-0.4.9, 0.5.1-0.9.4]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚ └─Tables [bd369af6] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”œβ”€restricted by compatibility requirements with CategoricalArrays [324d7699] to versions: [0.2.1-0.3.0, 0.4.8-0.9.4] or uninstalled, leaving only versions: [0.4.8-0.4.9, 0.5.1-0.9.4]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚ └─CategoricalArrays [324d7699] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”œβ”€restricted by compatibility requirements with MLJModelInterface [e80e1ace] to versions: [0.2.1-0.4.1, 0.6.0-0.9.4] or uninstalled, leaving only versions: 0.6.0-0.9.4
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚ └─MLJModelInterface [e80e1ace] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚   β”œβ”€possible versions are: 0.1.0-1.4.2 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚   β”œβ”€restricted by compatibility requirements with MLJDecisionTreeInterface [c6f25543] to versions: 0.3.0-1.4.2
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚   β”‚ └─MLJDecisionTreeInterface [c6f25543] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€possible versions are: 0.1.0-0.2.1 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.1.0-0.2.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   └─restricted by compatibility requirements with MLJModelInterface [e80e1ace] to versions: 0.1.1-0.2.1 or uninstalled, leaving only versions: 0.1.1-0.2.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚   β”‚     └─MLJModelInterface [e80e1ace] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚   └─restricted by compatibility requirements with MLJBase [a7f614a8] to versions: 0.4.1-1.4.2
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           β”‚     └─MLJBase [a7f614a8] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚           └─restricted by compatibility requirements with CUDA [052768ef] to versions: [0.2.1-0.4.9, 0.7.3-0.9.4] or uninstalled, leaving only versions: 0.7.3-0.9.4
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚             └─CUDA [052768ef] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted by compatibility requirements with SpecialFunctions [276daf66] to versions: 0.9.0-1.13.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚ └─SpecialFunctions [276daf66] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€possible versions are: 0.7.0-2.1.4 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.7.0-2.1.4
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─Distributions [31c24e10] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.8.0-1.8.4
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─Distributions [31c24e10] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   └─restricted by compatibility requirements with CUDA [052768ef] to versions: 1.3.0-2.1.4, leaving only versions: 1.3.0-1.8.4
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚     └─CUDA [052768ef] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”œβ”€restricted by compatibility requirements with ChainRules [082447d4] to versions: [0.8.0-0.8.1, 0.9.21-1.13.0], leaving only versions: 0.9.21-1.13.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚ └─ChainRules [082447d4] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€possible versions are: 0.0.1-1.28.1 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with Requires [ae029012] to versions: [0.0.1, 0.2.4-1.28.1] or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─Requires [ae029012] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with SpecialFunctions [276daf66] to versions: 0.1.0-1.28.1 or uninstalled, leaving only versions: 0.2.4-1.28.1 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─SpecialFunctions [276daf66] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€restricted by compatibility requirements with Zygote [e88e6eb3] to versions: [0.6.0-0.6.5, 0.7.34-1.28.1]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   β”‚ └─Zygote [e88e6eb3] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚   └─restricted by compatibility requirements with DistributionsAD [ced4e74d] to versions: 0.7.0-0.8.25, leaving only versions: 0.7.34-0.8.25
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚     └─DistributionsAD [ced4e74d] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”œβ”€possible versions are: 0.1.0-0.6.38 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”œβ”€restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.4.7-0.6.29 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”‚ └─Distributions [31c24e10] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”œβ”€restricted by compatibility requirements with SpecialFunctions [276daf66] to versions: [0.1.0-0.2.0, 0.6.14-0.6.38] or uninstalled, leaving only versions: 0.6.14-0.6.29 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”‚ └─SpecialFunctions [276daf66] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”œβ”€restricted by compatibility requirements with DiffEqFlux [aae7a2af] to versions: 0.6.0-0.6.38, leaving only versions: 0.6.14-0.6.29
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       β”‚ └─DiffEqFlux [aae7a2af] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚       └─restricted by compatibility requirements with Adapt [79e6a3ab] to versions: [0.1.0-0.6.7, 0.6.16-0.6.38] or uninstalled, leaving only versions: 0.6.16-0.6.29
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       β”‚         └─Adapt [79e6a3ab] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚       └─restricted by compatibility requirements with DistributionsAD [ced4e74d] to versions: 0.9.9-0.10.13, leaving only versions: 0.9.21-0.10.13
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚         └─DistributionsAD [ced4e74d] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DiffEqSensitivity [41bf760c] to versions: 0.4.0-0.6.37, leaving only versions: [0.4.3-0.4.8, 0.4.13-0.5.2, 0.6.0-0.6.37]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─DiffEqSensitivity [41bf760c] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Flux [587475ba] to versions: 0.5.0-0.6.37, leaving only versions: [0.5.0-0.5.2, 0.6.0-0.6.37]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─Flux [587475ba] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.4.1-0.12.9 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with CUDA [052768ef] to versions: [0.4.1-0.10.4, 0.11.2-0.12.9] or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─CUDA [052768ef] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DiffEqFlux [aae7a2af] to versions: 0.4.1-0.12.9, leaving only versions: [0.4.1-0.10.4, 0.11.2-0.12.9]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─DiffEqFlux [aae7a2af] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with CuArrays [3a865a2d] to versions: [0.4.1-0.8.3, 0.11.0-0.12.9] or uninstalled, leaving only versions: [0.4.1-0.8.3, 0.11.2-0.12.9]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─CuArrays [3a865a2d] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.2.1-2.2.2 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by julia compatibility requirements to versions: uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Adapt [79e6a3ab] to versions: 0.11.0-0.12.9 or uninstalled, leaving only versions: 0.11.2-0.12.9
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─Adapt [79e6a3ab] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with CUDA [052768ef] to versions: [0.4.1-0.10.4, 0.12.2-0.12.9] or uninstalled, leaving only versions: 0.12.2-0.12.9
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚     └─CUDA [052768ef] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with SpecialFunctions [276daf66] to versions: [0.4.21-0.5.1, 0.5.13-0.6.37] or uninstalled, leaving only versions: [0.5.0-0.5.1, 0.6.0-0.6.37]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─SpecialFunctions [276daf66] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with ChainRulesCore [d360d2e6] to versions: 0.1.0-0.6.17 or uninstalled, leaving only versions: [0.5.0-0.5.1, 0.6.0-0.6.17]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─ChainRulesCore [d360d2e6] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with FillArrays [1a297f60] to versions: [0.1.0-0.3.1, 0.5.5-0.6.37] or uninstalled, leaving only versions: 0.6.0-0.6.17
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚     └─FillArrays [1a297f60] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Distributions [31c24e10] to versions: [2.0.0-5.1.3, 6.33.0-6.71.0] or uninstalled, leaving only versions: 6.33.0-6.71.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─Distributions [31c24e10] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Zygote [e88e6eb3] to versions: [2.0.0-5.1.3, 6.37.0-6.71.0] or uninstalled, leaving only versions: 6.37.0-6.71.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─Zygote [e88e6eb3] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with Adapt [79e6a3ab] to versions: [2.0.0-6.4.0, 6.40.0-6.71.0] or uninstalled, leaving only versions: 6.40.0-6.71.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚     └─Adapt [79e6a3ab] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DiffEqNoiseProcess [77a26b50] to versions: 6.21.0-6.45.0 or uninstalled, leaving only versions: 6.21.0-6.45.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”‚ └─DiffEqNoiseProcess [77a26b50] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with StaticArrays [90137ffa] to versions: 6.27.0-6.45.0 or uninstalled, leaving only versions: 6.27.0-6.45.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚     └─StaticArrays [90137ffa] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with RecursiveArrayTools [731186ca] to versions: 3.8.0-5.9.0 or uninstalled, leaving only versions: [3.8.0-3.11.0, 4.1.0-5.9.0]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚ └─RecursiveArrayTools [731186ca] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DiffEqSensitivity [41bf760c] to versions: 4.1.4-5.9.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚ └─DiffEqSensitivity [41bf760c] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with StaticArrays [90137ffa] to versions: 5.5.0-5.9.0 or uninstalled, leaving only versions: 5.5.0-5.9.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚     └─StaticArrays [90137ffa] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   └─restricted by compatibility requirements with DiffEqNoiseProcess [77a26b50] to versions: 6.15.0-7.1.0 or uninstalled, leaving only versions: 6.15.0-7.1.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚     └─DiffEqNoiseProcess [77a26b50] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€restricted by compatibility requirements with RecursiveArrayTools [731186ca] to versions: 2.11.0-2.22.0 or uninstalled, leaving only versions: 2.11.0-2.22.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚ └─RecursiveArrayTools [731186ca] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€restricted by compatibility requirements with RecipesBase [3cdcf5f2] to versions: 2.13.0-2.22.0 or uninstalled, leaving only versions: 2.13.0-2.22.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚ └─RecipesBase [3cdcf5f2] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.4.0-1.2.1 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with TimeSeries [9e3dc215] to versions: 0.4.0-1.2.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚ └─TimeSeries [9e3dc215] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.13.0-0.23.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted to versions * by an explicit requirement, leaving only versions 0.13.0-0.23.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Tables [bd369af6] to versions: [0.13.0-0.15.0, 0.17.0-0.23.0] or uninstalled, leaving only versions: [0.13.0-0.15.0, 0.17.0-0.23.0]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   β”‚ └─Tables [bd369af6] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚   └─restricted by compatibility requirements with RecipesBase [3cdcf5f2] to versions: 0.18.0-0.23.0 or uninstalled, leaving only versions: 0.18.0-0.23.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”‚     └─RecipesBase [3cdcf5f2] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   └─restricted by compatibility requirements with BifurcationKit [0f109fa4] to versions: 1.0.0-1.2.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”‚     └─BifurcationKit [0f109fa4] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   └─restricted by compatibility requirements with StaticArrays [90137ffa] to versions: 2.15.0-2.22.0 or uninstalled, leaving only versions: 2.15.0-2.22.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   β”‚     └─StaticArrays [90137ffa] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚   └─restricted by compatibility requirements with StochasticDiffEq [789caeaf] to versions: 0.18.0-0.18.11
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       β”‚     └─StochasticDiffEq [789caeaf] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚       └─restricted by compatibility requirements with ArnoldiMethod [ec485272] to versions: 0.1.2-0.1.11 or uninstalled, leaving only versions: 0.1.2-0.1.11
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚         └─ArnoldiMethod [ec485272] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚           β”œβ”€possible versions are: 0.0.1-0.2.0 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚           β”œβ”€restricted by compatibility requirements with BifurcationKit [0f109fa4] to versions: 0.0.4-0.1.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚           β”‚ └─BifurcationKit [0f109fa4] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚           └─restricted by compatibility requirements with StaticArrays [90137ffa] to versions: [0.0.1-0.0.2, 0.1.0-0.2.0] or uninstalled, leaving only versions: 0.1.0
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚             └─StaticArrays [90137ffa] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with RecursiveArrayTools [731186ca] to versions: 5.27.0-6.7.1 or uninstalled, leaving only versions: 5.27.0-6.7.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚ └─RecursiveArrayTools [731186ca] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with StaticArrays [90137ffa] to versions: 5.46.0-6.7.1 or uninstalled, leaving only versions: 5.46.0-6.7.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚ └─StaticArrays [90137ffa] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └─restricted by compatibility requirements with Adapt [79e6a3ab] to versions: [4.0.0-5.39.1, 5.48.0-6.7.1] or uninstalled, leaving only versions: 5.48.0-6.7.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚     └─Adapt [79e6a3ab] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€restricted by compatibility requirements with BifurcationKit [0f109fa4] to versions: 2.4.0-2.25.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚ └─BifurcationKit [0f109fa4] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DiffEqSensitivity [41bf760c] to versions: 2.4.2-2.25.1
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚ └─DiffEqSensitivity [41bf760c] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€restricted by compatibility requirements with FillArrays [1a297f60] to versions: [0.16.0-2.17.2, 2.20.0-2.25.1] or uninstalled, leaving only versions: [2.4.2-2.17.2, 2.20.0-2.25.1]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚ └─FillArrays [1a297f60] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └─restricted by compatibility requirements with StaticArrays [90137ffa] to versions: 2.8.0-2.25.1 or uninstalled, leaving only versions: [2.8.0-2.17.2, 2.20.0-2.25.1]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚     └─StaticArrays [90137ffa] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€restricted by compatibility requirements with Adapt [79e6a3ab] to versions: [0.0.1-0.4.0, 1.13.0-1.45.3] or uninstalled, leaving only versions: [0.0.1-0.3.0, 1.13.0-1.45.3]
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚ └─Adapt [79e6a3ab] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€restricted by compatibility requirements with DiffResults [163ba53b] to versions: 0.9.0-1.45.3 or uninstalled, leaving only versions: 1.13.0-1.45.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚ └─DiffResults [163ba53b] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€possible versions are: 0.0.4-1.0.3 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DiffEqFlux [aae7a2af] to versions: 0.0.4-1.0.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚ └─DiffEqFlux [aae7a2af] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€restricted by compatibility requirements with GalacticOptim [a75be94c] to versions: 1.0.0-1.0.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚ └─GalacticOptim [a75be94c] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€restricted by compatibility requirements with ForwardDiff [f6369f11] to versions: [0.0.4, 1.0.1-1.0.3], leaving only versions: 1.0.1-1.0.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚ └─ForwardDiff [f6369f11] log:
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.9.0-0.10.25 or uninstalled
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with OrdinaryDiffEq [1dea7af3] to versions: 0.9.0-0.10.25
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚ └─OrdinaryDiffEq [1dea7af3] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DiffEqCallbacks [459566f4] to versions: 0.10.0-0.10.25
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚ └─DiffEqCallbacks [459566f4] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with DiffResults [163ba53b] to versions: 0.10.8-0.10.25 or uninstalled, leaving only versions: 0.10.8-0.10.25
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚ └─DiffResults [163ba53b] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └─restricted by compatibility requirements with SpecialFunctions [276daf66] to versions: 0.10.13-0.10.25 or uninstalled, leaving only versions: 0.10.13-0.10.25
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚     └─SpecialFunctions [276daf66] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └─restricted by compatibility requirements with StaticArrays [90137ffa] to versions: 1.0.3 or uninstalled, leaving only versions: 1.0.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚     └─StaticArrays [90137ffa] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€restricted by compatibility requirements with Flux [587475ba] to versions: 1.18.0-1.45.3 or uninstalled, leaving only versions: 1.18.0-1.45.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚ └─Flux [587475ba] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€restricted by compatibility requirements with StaticArrays [90137ffa] to versions: [0.0.1-1.1.1, 1.26.0-1.45.3] or uninstalled, leaving only versions: 1.26.0-1.45.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   β”‚ └─StaticArrays [90137ffa] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚   └─restricted by compatibility requirements with Flux [587475ba] to versions: 1.35.0-1.45.3 or uninstalled, leaving only versions: 1.35.0-1.45.3
     β”‚   β”‚   β”‚   β”‚       β”‚       β”‚     └─Flux [587475ba] log: see above
     β”‚   β”‚   β”‚   β”‚       β”‚       └─restricted by compatibility requirements with Flux [587475ba] to versions: [0.1.0-0.1.1, 1.1.0-2.4.0] or uninstalled, leaving only versions: 1.1.0-2.4.0
     β”‚   β”‚   β”‚   β”‚       β”‚         └─Flux [587475ba] log: see above
     β”‚   β”‚   β”‚   β”‚       └─restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.1.0-2.0.1 or uninstalled, leaving only versions: 0.6.0-2.0.1 or uninstalled
     β”‚   β”‚   β”‚   β”‚         └─Distributions [31c24e10] log: see above
     β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with MLJIteration [614be32b] to versions: 0.17.7-0.19.8
     β”‚   β”‚   β”‚   β”‚ └─MLJIteration [614be32b] log:
     β”‚   β”‚   β”‚   β”‚   β”œβ”€possible versions are: 0.1.0-0.4.5 or uninstalled
     β”‚   β”‚   β”‚   β”‚   └─restricted to versions * by an explicit requirement, leaving only versions 0.1.0-0.4.5
     β”‚   β”‚   β”‚   β”œβ”€restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.12.4-0.18.19 or uninstalled, leaving only versions: 0.17.7-0.18.19
     β”‚   β”‚   β”‚   β”‚ └─Distributions [31c24e10] log: see above
     β”‚   β”‚   β”‚   └─restricted by compatibility requirements with ScientificTypes [321657f4] to versions: [0.1.0-0.3.0, 0.11.0-0.18.17] or uninstalled, leaving only versions: 0.17.7-0.18.17
     β”‚   β”‚   β”‚     └─ScientificTypes [321657f4] log: see above
     β”‚   β”‚   β”œβ”€restricted by compatibility requirements with EvoTrees [f6006082] to versions: 0.24.0-0.25.52, leaving only versions: 0.24.0-0.24.18
     β”‚   β”‚   β”‚ └─EvoTrees [f6006082] log: see above
     β”‚   β”‚   β”œβ”€restricted by compatibility requirements with SpecialFunctions [276daf66] to versions: 0.24.4-0.25.52 or uninstalled, leaving only versions: 0.24.4-0.24.18
     β”‚   β”‚   β”‚ └─SpecialFunctions [276daf66] log: see above
     β”‚   β”‚   └─restricted by compatibility requirements with StaticArrays [90137ffa] to versions: [0.16.0-0.23.11, 0.24.5-0.25.52] or uninstalled, leaving only versions: 0.24.5-0.24.18
     β”‚   β”‚     └─StaticArrays [90137ffa] log: see above
     β”‚   └─restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.5.0-0.5.3 or uninstalled, leaving only versions: 0.5.0-0.5.3
     β”‚     └─Distributions [31c24e10] log: see above
     β”œβ”€restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 2.2.0-3.42.0
     β”‚ └─DataFrames [a93c6f00] log: see above
     β”œβ”€restricted by compatibility requirements with DataStructures [864edb3b] to versions: 3.0.0-3.42.0
     β”‚ └─DataStructures [864edb3b] log: see above
     └─restricted by compatibility requirements with DistributionsAD [ced4e74d] to versions: 3.6.0-3.42.0
       └─DistributionsAD [ced4e74d] log: see above
fonsp commented 2 years ago

Try the following:

pkg> registry update
pkg> rm InstantiateFromURL
pkg> update

If that doesn't work, try removing all packages by deleting the folder C:\Users\herzog\.julia\environments

bherzog-ai commented 2 years ago

Thanks a lot. It's working now!