I get this warning on Julia 0.7 and 1.0
┌ Warning: Package SingularIntegralEquations does not have Random in its dependencies:
│ - If you have SingularIntegralEquations checked out for development and have
│ added Random as a dependency but haven't updated your primary
│ environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with SingularIntegralEquations
└ Loading Random into SingularIntegralEquations from project dependency, future warnings for SingularIntegralEquations are suppressed.
I'm not 100% on the new package ecosystem. Is it because there isn't a reference to Random in the REQUIRE or something like that?
I get this warning on Julia 0.7 and 1.0
I'm not 100% on the new package ecosystem. Is it because there isn't a reference to
Randomin theREQUIREor something like that?