Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.48 KB

LICENSES_OF_REQUIREMENTS.md

File metadata and controls

17 lines (15 loc) · 1.48 KB

Licenses of requirements

The requirements are not modified in any way. So there should be no issue with licensing and commercial use. Anaconda is not mandatory for the usage of the library. It is just a helper for the installation process and can be ommitted on install. Also PyQT5 and pyqtgraph can be omitted on install. Then the visualization will not be available.

List of license of requirements

Package License Link
anaconda BSD https://www.anaconda.com/eula-anaconda-individual-edition (Heavy users are ask to use commercial license - not applicable for this use case: By "heavy commercial usage", we are referring to those who are doing whole-scale mirroring of our repository, or whose CI/CD and deployment systems are regularly making thousands of package download requests to our repository. )
python3 PSF https://docs.python.org/3/license.html
pyqt GPL https://github.com/PyQt5/PyQt/blob/master/LICENSE
pip MIT https://github.com/pypa/pip/blob/master/LICENSE.txt
numpy BSD https://github.com/numpy/numpy/blob/master/LICENSE.txt
h5py BSD https://docs.h5py.org/en/stable/licenses.html
tqdm MIT/MPL https://github.com/tqdm/tqdm/blob/master/LICENCE
typer MIT https://github.com/tiangolo/typer/blob/master/LICENSE
pyqtgraph MIT https://github.com/pyqtgraph/pyqtgraph/blob/master/LICENSE.txt