- updated the requirements.txt file
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user