-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathTHIRD-PARTY-LICENSES
More file actions
43 lines (35 loc) · 1.2 KB
/
THIRD-PARTY-LICENSES
File metadata and controls
43 lines (35 loc) · 1.2 KB
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
This project makes use of the following third-party Python libraries.
Runtime / build dependencies
----------------------------
- NumPy
License: BSD 3-Clause License
Project: https://numpy.org
License text: https://numpy.org/doc/stable/license.html
- Matplotlib
License: Matplotlib License (PSF-based)
Project: https://matplotlib.org
License text: https://matplotlib.org/stable/users/project/license.html
- fmodpy
License: see upstream LICENSE
Project: https://pypi.org/project/fmodpy/
Source: https://github.com/**(upstream fmodpy repo)**
Test / dev (not distributed with pyLabDD wheels)
-----------------------------------------------
- pytest
License: MIT License
Project: https://pytest.org
License text: https://docs.pytest.org/en/stable/license.html
- black
License: MIT License
Project: https://github.com/psf/black
- build
License: MIT License
Project: https://pypi.org/project/build/
- twine
License: Apache License 2.0
Project: https://pypi.org/project/twine/
Notes
-----
These libraries are not bundled with pyLabDD; they are installed separately
via PyPI or conda(-forge) and include their own license information. This
file is provided for the convenience of users.