Samuel Ridler
Results
1
comments of
Samuel Ridler
I had the same problem, fixed it by pinning Geodesy package to version 0.0.1, which seems to be the only version with the Bounds type. Run the command: `Pkg.pin("Geodesy", v"0.0.1")`...