From f27a7df424f02e5cf4faf0bb55ec57dd102a17a8 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Sun, 17 Mar 2024 00:26:34 +0100 Subject: [PATCH 1/3] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d78f63b0..8e9542e2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ Tiles/ **/Ortho4XP.log **/__pycache__ **/Thumbs.db +**/.DS_Store **/*.bak **/*.swp .last_gui_params.txt From f29592f26838816a0e41f8625d9d57c88cb63ea1 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Sun, 17 Mar 2024 00:30:11 +0100 Subject: [PATCH 2/3] Update install_mac.sh --- install_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_mac.sh b/install_mac.sh index 8037b7d7..e0c623ab 100755 --- a/install_mac.sh +++ b/install_mac.sh @@ -5,4 +5,4 @@ brew install python gdal spatialindex p7zip proj python-tk pip3 install pyproj # Install other dependencies -pip3 install numpy shapely rtree pillow requests +pip3 install numpy shapely rtree pillow requests scikit-fmm From d1d245deee3c09f12459db0b6fed6fdede535385 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Sun, 17 Mar 2024 00:32:22 +0100 Subject: [PATCH 3/3] Revert "Update .gitignore" This reverts commit f27a7df424f02e5cf4faf0bb55ec57dd102a17a8. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e9542e2..d78f63b0 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ Tiles/ **/Ortho4XP.log **/__pycache__ **/Thumbs.db -**/.DS_Store **/*.bak **/*.swp .last_gui_params.txt