requirements.txt 565 B

12345678910111213141516171819202122232425262728293031
  1. # This file contains python only requirements to be installed with pip
  2. # For Windows GDAL wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
  3. # Usage: pip3 install -r requirements.txt
  4. numpy>=1.16
  5. matplotlib>=3.1
  6. cycler>=0.10
  7. python-dateutil>=2.1
  8. kiwisolver>=1.1
  9. six
  10. setuptools
  11. dill
  12. rtree
  13. pyopengl
  14. vispy
  15. ortools>=7.0
  16. svg.path>=4.0
  17. simplejson
  18. shapely>=1.7.0
  19. freetype-py
  20. fontTools
  21. rasterio
  22. lxml
  23. ezdxf
  24. qrcode>=6.1
  25. reportlab>=3.5
  26. svglib
  27. pyserial>=3.4
  28. # Change this according to the requirements available in your system
  29. pyqt5>=5.12.1
  30. gdal==3.10.3