Let me try to be more clear:
-
Yes, the error was correct. He was trying to install my package on Julia 1.1, but a dependency required Julia 1.3
-
What I mean is that, when setting up the dependencies of my package, I didn’t know that one of the packages I was using depended on Julia 1.3. Therefore, I put for my package that it depends on Julia 1.0.
-
I think that if my package depends on a package which by itself depends on Julia 1.3, my package depends on Julia 1.3, right? Thus, I would like to know that in advance, in particular to add that to the documentation. However, I do not know how to find that out without going into the Project.toml files of very dependency to check which Julia version they are requiring.
Thanks.
Leandro.