v1.11.0
v1.11.0:
Except numpy and scipy, most other third-party packages are imported lazily to reduce the number of required packages for basic use. Several pip installs are available:
-
pip install luxpy
-
pip install luxpy[matplotlib]
-
pip install luxpy[light]
-
pip install luxpy[heavy]
The first one only auto-installs numpy and scipy, the next one adds matplotlib for plotting, ... (see setup.py for details on the other options). Many of the additional packages will be installed automatically (if not already) on first requirement.