Skip to content

Commit

Permalink
Remove Meshes.jl and bump Julia min version
Browse files Browse the repository at this point in the history
To update to the newest version of the dependencies, specifically
ImageProjectiveGeometry.jl, the minimum Julia version has been bumped to
1.9
Meshes.jl has been removed as a dependency, as it was only used to
provide the `Point3` type and introduced a lot of overhead and
additional dependencies.
The result is significantly less dependencies
  • Loading branch information
PaulDebus committed Jun 3, 2024
1 parent 3d41e44 commit e0c8898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1', '1.6']
julia-version: ['1', '1.9']
architecture: [x64]
os: [ubuntu-latest]
python-version: ['3.9']
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ColorTypes = "0.10, 0.11, 0.12"
Downloads = "1"
FileIO = "1"
ImageProjectiveGeometry = "0.3, 0.4"
julia = "1"
julia = ">=1.9, 1"

0 comments on commit e0c8898

Please sign in to comment.