-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
58 lines (45 loc) · 1.2 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# #################################################################################################
# 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) 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
cycler>=0.10
python-dateutil>=2.1
kiwisolver>=1.1
six
dill
simplejson
qrcode>=6.1
rtree
# foronoi>=1.0.3
shapely>=2.0
# ###############################
# OR-TOOLS package is now optional
ortools>=7.0
# ###############################
lxml
svg.path>=4.0
svglib
fontTools
ezdxf
reportlab>=3.5
pyserial>=3.4
pikepdf>=2.0
pyppeteer
matplotlib>=3.5.0
pyopengl
pyqt6>=6.1.0
freetype-py
vispy>=0.9.0
# pyqtdarktheme==1.1.1
svgtrace
# To detect OS dark mode
darkdetect
gdal
rasterio