From 0da1ed37a7d00677e5968b9d79142912bc788108 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 8 Sep 2025 13:08:35 -0700 Subject: [PATCH] Use ODM's windows-deps repo for windows deps --- configure.py | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.py b/configure.py index 6d6657c5..72203e91 100644 --- a/configure.py +++ b/configure.py @@ -26,7 +26,7 @@ parser.add_argument('--build-vcpkg', help='Build VCPKG environment from scratch instead of downloading prebuilt one.') parser.add_argument('--vcpkg-archive-url', type=str, - default='https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-22a/vcpkg-export.zip', + default='https://github.com/OpenDroneMap/windows-deps/releases/download/2.6.0/vcpkg-export.zip', required=False, help='Path to VCPKG export archive') parser.add_argument('--code-sign-cert-path', @@ -158,7 +158,7 @@ def dist(): # Download portable python if not os.path.isdir("python312"): pythonzip_path = os.path.join("SuperBuild", "download", "python312.zip") - python_url = "https://github.com/NathanMOlson/windows-deps/releases/download/Python3.12.10/python-3.12.10-embed-amd64-less-pth.zip" + python_url = "https://github.com/OpenDroneMap/windows-deps/releases/download/2.6.0/python-3.12.10-embed-amd64-less-pth.zip" if not os.path.exists(pythonzip_path): print("Downloading %s" % python_url) with urllib.request.urlopen(python_url) as response, open( pythonzip_path, 'wb') as out_file: diff --git a/requirements.txt b/requirements.txt index a9b70042..4a2af857 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ edt==3.0.0 ExifRead==3.5.1 Fiona==1.10.1 ; sys_platform == 'linux' Fiona==1.10.1 ; sys_platform == 'darwin' -https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-21a/fiona-1.10.1-cp312-cp312-win_amd64.whl ; sys_platform == 'win32' +https://github.com/OpenDroneMap/windows-deps/releases/download/2.6.0/fiona-1.10.1-cp312-cp312-win_amd64.whl ; sys_platform == 'win32' joblib==1.5.1 matplotlib==3.10.3 numpy==2.3.2 @@ -18,8 +18,8 @@ pytz==2025.2 PyYAML==6.0.2 rasterio==1.4.3 ; sys_platform == 'linux' rasterio==1.4.3 ; sys_platform == 'darwin' -https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-21a/rasterio-1.4.3-cp312-cp312-win_amd64.whl ; sys_platform == 'win32' -https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-21a/gdal-3.11.1-cp312-cp312-win_amd64.whl ; sys_platform == 'win32' +https://github.com/OpenDroneMap/windows-deps/releases/download/2.6.0/rasterio-1.4.3-cp312-cp312-win_amd64.whl ; sys_platform == 'win32' +https://github.com/OpenDroneMap/windows-deps/releases/download/2.6.0/gdal-3.11.1-cp312-cp312-win_amd64.whl ; sys_platform == 'win32' repoze.lru==0.7 scikit-learn==1.7.1 scikit-image==0.25.2