File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 11This project makes use of the following third-party Python libraries:
22
3+ Runtime / build dependencies
4+ ----------------------------
35- NumPy
46 License: BSD 3-Clause License
57 URL: https://numpy.org
@@ -25,8 +27,27 @@ This project makes use of the following third-party Python libraries:
2527 URL: https://github.com/matplotlib/ipympl
2628 License text: https://github.com/matplotlib/ipympl/blob/main/LICENSE
2729
28- ---
30+ Test / dev (not distributed with pyLabDD wheels)
31+ -----------------------------------------------
32+ - pytest
33+ License: MIT License
34+ Project: https://pytest.org
35+ License text: https://docs.pytest.org/en/stable/license.html
2936
37+ - black
38+ License: MIT License
39+ Project: https://github.com/psf/black
40+
41+ - build
42+ License: MIT License
43+ Project: https://pypi.org/project/build/
44+
45+ - twine
46+ License: Apache License 2.0
47+ Project: https://pypi.org/project/twine/
48+
49+ Notes
50+ -----
3051These libraries are **not distributed with pyLabFEA**. They are installed
31- separately via PyPI or conda and include their own license information.
52+ separately via PyPI or conda(-forge) and include their own license information.
3253This file is provided for the convenience of users.
You can’t perform that action at this time.
0 commit comments