- updated the requirements.txt file

This commit is contained in:
Marius Stanciu
2023-10-19 12:55:00 +03:00
parent f39ba21c81
commit 656bec2e7c
3 changed files with 16 additions and 8 deletions

View File

@@ -1,10 +1,16 @@
# #################################################################################################
# Verified to work with Python 3.11
# #################################################################################################
# #################################################################################################
# This file contains python only requirements to be installed with pip
#
# Python packages that cannot be installed with pip (e.g. GDAL, Rasterio) are not included.
# For Windows GDAL wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
# For Windows Rasterio wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#rasterio
#
# Python packages that cannot be installed with pip (e.g. GDAL) are not included.
# For Windows, GDAL wheel can be found here: https://github.com/cgohlke/geospatial-wheels
# Usage: pip install -r requirements.txt
# #################################################################################################
setuptools
numpy>=1.16
@@ -43,9 +49,10 @@ freetype-py
vispy>=0.9.0
pyqtdarktheme==1.1.1
gdal
rasterio
svgtrace
# To detect OS dark mode
darkdetect
gdal
rasterio