forked from AHartmaier/pyLabFEA
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTHIRD_PARTY_LICENSES
More file actions
53 lines (43 loc) · 1.55 KB
/
THIRD_PARTY_LICENSES
File metadata and controls
53 lines (43 loc) · 1.55 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
44
45
46
47
48
49
50
51
52
53
This project makes use of the following third-party Python libraries:
Runtime / build dependencies
----------------------------
- NumPy
License: BSD 3-Clause License
URL: https://numpy.org
License text: https://numpy.org/doc/stable/license.html
- SciPy
License: BSD License
URL: https://scipy.org
License text: https://scipy.org/scipylib/license.html
- Matplotlib
License: Matplotlib License (based on the Python Software Foundation license)
URL: https://matplotlib.org
License text: https://matplotlib.org/stable/users/project/license.html
- scikit-learn
License: BSD 3-Clause License
URL: https://scikit-learn.org
License text: https://scikit-learn.org/stable/about.html#license
- ipympl ("Jupyter Matplotlib widget")
License: BSD License
URL: https://github.com/matplotlib/ipympl
License text: https://github.com/matplotlib/ipympl/blob/main/LICENSE
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 distributed with pyLabFEA**. They are installed
separately via PyPI or conda(-forge) and include their own license information.
This file is provided for the convenience of users.