mirror of
https://github.com/Denvi/FlatCAM.git
synced 2026-03-25 01:27:17 +01:00
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
# This file contains python only requirements to be installed with pip
|
|
# Python pacakges that cannot be installed with pip (e.g. PyQT4) are not included.
|
|
# Usage: pip install -r requirements.txt
|
|
numpy>=1.8
|
|
matplotlib>=1.3.1
|
|
shapely>=1.3
|
|
simplejson
|
|
rtree
|
|
scipy
|