arsenal9971 / Shearlab.jl

Shearlab is a Julia Library with toolbox for two- and threedimensional data processing using the Shearlet system as basis functions which generates an sparse representation of cartoon-like functions.
https://arsenal9971.github.io/Shearlab.jl/
Other
31 stars 9 forks source link

Cannot add v0.3.1 under Julia v1.1.0 #23

Open BoundaryValueProblems opened 5 years ago

BoundaryValueProblems commented 5 years ago

@arsenal9971 : I tried to add the latest version of Shearlab.jl (v0.3.1) on Julia v1.1.0. But I couldn't due to the following error:

(v1.1) pkg> add Shearlab
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Shearlab [bd728e11]:
 Shearlab [bd728e11] log:
 ├─possible versions are: [0.1.2-0.1.3, 0.2.0] or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions [0.1.2-0.1.3, 0.2.0]
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

Thanks!

dsweber2 commented 5 years ago

see #24

arsenal9971 commented 5 years ago

Great, thanks!, merged!!, now it should be fixed