You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a great package. Do you plan to add support for versions of Julia newer than 1.0.0?
In e.g. Julia 1.0.3 and 1.1.0 I get the following error:
(v1.0) pkg> add Pipe
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Pipe [b98c9c47]:
Pipe [b98c9c47] log:
├─possible versions are: [0.0.1-0.0.3, 1.0.0] or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.3, 1.0.0]
└─restricted by julia compatibility requirements to versions: uninstalled — no versions left
More specifically:
julia> versioninfo()
Julia Version 1.0.3
Commit 099e826241 (2018-12-18 01:34 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
The text was updated successfully, but these errors were encountered:
robertdj
changed the title
Compatability with Julia 1.0.x and aboove
Compatability with Julia 1.0.x and above
Feb 5, 2019
Hi
Thanks for a great package. Do you plan to add support for versions of Julia newer than 1.0.0?
In e.g. Julia 1.0.3 and 1.1.0 I get the following error:
More specifically:
The text was updated successfully, but these errors were encountered: