Skip to content

Commit 336cc02

Browse files
authored
Suppress cspell
1 parent d574e68 commit 336cc02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

programming/python/libraries.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Robot Kit
1010
---------
1111

1212
The following python libraries are installed and available for use in your robot's software:
13+
<!-- cspell:disable -->
1314

1415
* [april-vision 1.0.2](https://pypi.org/project/april-vision)
1516
* [astoria 0.11.1](https://pypi.org/project/astoria)
@@ -52,6 +53,7 @@ The following python libraries are installed and available for use in your robot
5253
* [typing-extensions 3.10.0.0](https://pypi.org/project/typing-extensions)
5354
* [udiskie 2.3.3](https://pypi.org/project/udiskie)
5455
* [zoloto 0.8.0](https://pypi.org/project/zoloto)
56+
<!-- cspell:enable -->
5557

5658
If you wish to use a library that isn't listed above, get in contact with us on Discord and have a chat with us about it.
5759

@@ -63,11 +65,13 @@ competition. Note that for local development you will need to install these
6365
yourself.
6466

6567
<!-- updating this list? Also update https://github.com/srobo/competition-simulator/blob/master/libraries.txt -->
68+
<!-- cspell:disable -->
6669

6770
* [matplotlib 3.5.1](https://pypi.org/project/matplotlib/3.5.1/)
6871
* [numpy 1.22.3](https://pypi.org/project/numpy/1.22.3/)
6972
* [pandas 1.4.2](https://pypi.org/project/pandas/1.4.2/)
7073
* [typing-extensions 3.10.0.0](https://pypi.org/project/typing-extensions/3.10.0.0/)
74+
<!-- cspell:enable -->
7175

7276
If there are other libraries you would like included, please get in contact with
7377
us on Discord and have a chat with us about it.

0 commit comments

Comments
 (0)