JuliaCollections / Memoize.jl

@memoize macro for Julia
Other
175 stars 22 forks source link

Memoize.jl in deps: error on travis-ci.com #39

Closed PharmCat closed 5 years ago

PharmCat commented 5 years ago

https://travis-ci.com/PharmCat/ReplicateBE.jl/jobs/232077612

ERROR: Unsatisfiable requirements detected for package Memoize [0fb7230c]:
 Memoize [0fb7230c] log:
 ├─Memoize [0fb7230c] has no known versions!
 └─restricted to versions 0.3.0-0.3 by an explicit requirement — no versions left
PharmCat commented 5 years ago

My fault

I used uuid in project.toml:

uuid = "0fb7230c-a6dd-11e8-35c5-25eda89965fd"

but in [deps] i should use another:

Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"