s-broda / ARCHModels.jl

A Julia package for estimating ARMA-GARCH models.
https://juliaeconometrics.wordpress.com/
Other
90 stars 18 forks source link

ARCHModels conflicting with other packages #80

Closed azev77 closed 3 years ago

azev77 commented 3 years ago

Hi @s-broda, is there a change ARCHModels.jl will be updated? It seems to be conflicting w/ other packages:

(@v1.5) pkg> add ARCHModels
  Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Optim [429524aa]:
 Optim [429524aa] log:
 ├─possible versions are: [0.15.3, 0.16.0, 0.17.0-0.17.2, 0.18.0-0.18.1, 0.19.0-0.19.7, 0.20.0-0.20.6, 0.21.0, 0.22.0, 1.0.0, 1.1.0, 1.2.0-1.2.3] or uninstalled
 ├─restricted to versions * by SynthControl [a73a6d50], leaving only versions [0.15.3, 0.16.0, 0.17.0-0.17.2, 0.18.0-0.18.1, 0.19.0-0.19.7, 0.20.0-0.20.6, 0.21.0, 0.22.0, 1.0.0, 1.1.0, 1.2.0-1.2.3]
 │ └─SynthControl [a73a6d50] log:
 │   ├─possible versions are: 0.1.0 or uninstalled
 │   └─SynthControl [a73a6d50] is fixed to version 0.1.0
 ├─restricted to versions 1.2.0-1 by MatrixCompletion [ed8b4348], leaving only versions 1.2.0-1.2.3
 │ └─MatrixCompletion [ed8b4348] log:
 │   ├─possible versions are: 0.1.0 or uninstalled
 │   └─MatrixCompletion [ed8b4348] is fixed to version 0.1.0
 └─restricted by compatibility requirements with ARCHModels [6d3278bc] to versions: [0.15.3, 0.16.0, 0.17.0-0.17.2, 0.18.0-0.18.1, 0.19.0-0.19.7, 0.20.0-0.20.6, 0.21.0, 0.22.0] — no versions left
   └─ARCHModels [6d3278bc] log:
     ├─possible versions are: [0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0-0.5.3, 0.6.0, 1.0.0-1.0.7, 1.1.0, 1.2.0-1.2.2] or uninstalled
     └─restricted to versions * by an explicit requirement, leaving only versions [0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0-0.5.3, 0.6.0, 1.0.0-1.0.7, 1.1.0, 1.2.0-1.2.2]

(@v1.5) pkg> 
s-broda commented 3 years ago

Hi @azev77

Thanks for the pointer. I've just tagged a new version that should resolve this issue once https://github.com/JuliaRegistries/General/pull/29338 is merged.