Nosferican / Econometrics.jl

Econometrics in Julia
https://nosferican.github.io/Econometrics.jl/dev
ISC License
69 stars 19 forks source link

Unsatisfiable requirements for Parameters.jl #27

Closed pdeffebach closed 4 years ago

pdeffebach commented 4 years ago

Describe the bug I tried to add this package, but got the following error because I have unsatisfiable requirements with parameters.jl

(v1.2) pkg> add Econometrics
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Parameters [d96e819e]:
 Parameters [d96e819e] log:
 ├─possible versions are: [0.9.1-0.9.2, 0.10.0-0.10.3, 0.11.0, 0.12.0] or uninstalled
 ├─restricted to versions 0.12.0 by an explicit requirement, leaving only versions 0.12.0
 └─restricted by compatibility requirements with Econometrics [4d6a76a9] to versions: 0.10.0-0.10.3 — no versions left
   └─Econometrics [4d6a76a9] log:
     ├─possible versions are: [0.1.0, 0.2.0, 0.2.2-0.2.3] or uninstalled
     ├─restricted to versions * by an explicit requirement, leaving only versions [0.1.0, 0.2.0, 0.2.2-0.2.3]
     └─restricted by compatibility requirements with Optim [429524aa] to versions: 0.2.3 or uninstalled, leaving only versions: 0.2.3
       └─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.4] or uninstalled
         └─restricted to versions 0.19.3 by an explicit requirement, leaving only versions 0.19.3

To Reproduce Here are the results from Pkg> st


   Status `~/.julia/environments/v1.2/Project.toml`
  [6e4b80f9] BenchmarkTools v0.4.3
  [ad839575] Blink v0.12.0
  [861a8166] Combinatorics v0.7.0
  [a93c6f00] DataFrames v0.19.4
  [31c24e10] Distributions v0.21.3
  [3064a664] FIGlet v0.1.0
  [becb17da] Feather v0.5.3
  [1a297f60] FillArrays v0.7.3
→ [197bc772] FloatingTableView v0.0.0 [`~/Documents/Development/FloatingTableView`]
  [38e38edf] GLM v1.3.3 [`~/Documents/Development/GLM`]
  [23fbe1c1] Latexify v0.12.0
  [a975b10e] Mux v0.7.0
  [77ba4419] NaNMath v0.3.2
  [429524aa] Optim v0.19.3
  [d96e819e] Parameters v0.12.0
  [b98c9c47] Pipe v1.1.0
  [14b8a8f1] PkgTemplates v0.6.3
  [91a5bcdd] Plots v0.27.0
  [c46f51b8] ProfileView v0.4.1
  [295af30f] Revise v2.2.2
  [2913bbd2] StatsBase v0.32.0
  [40c74d1a] TableView v0.4.1
  [37b6cedf] Traceur v0.3.0
  [0f1e0344] WebIO v0.8.11

Expected behavior A clear and concise description of what you expected to happen.

Environment

I'm obviously being a bad julia programmer and not using a project for everything i'm doing. But Parameters.jl is such a simple package with presumably a lot of stability. It seems like we could allow other versions of the package?

Nosferican commented 4 years ago

Been working on a few things, but will likely get them all ready during my leave in December. I will release a new patch with with the Parameters compat entry to 0.10, 0.11, 0.12. Does that sound good?

pdeffebach commented 4 years ago

That would be great. It would be great to start playing around with this package.

Thanks!

Nosferican commented 4 years ago

Release v0.2.4 was tagged last night. Enjoy.