Skip to content

Commit 190516f

Browse files
committed
Merge branch 'simulator-libraries'
2 parents 52cd305 + 8794100 commit 190516f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

programming/python/libraries.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,20 @@ The following python libraries are installed and available for use in your robot
4949
* [zoloto 0.8.0](https://pypi.org/project/zoloto)
5050

5151
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.
52+
53+
Simulator
54+
---------
55+
56+
The following libraries will be available to your robot code during the
57+
competition. Note that for local development you will need to install these
58+
yourself.
59+
60+
<!-- updating this list? Also update https://github.com/srobo/competition-simulator/blob/master/libraries.txt -->
61+
62+
* [matplotlib 3.5.1](https://pypi.org/project/matplotlib/3.5.1/)
63+
* [numpy 1.22.3](https://pypi.org/project/numpy/1.22.3/)
64+
* [pandas 1.4.2](https://pypi.org/project/pandas/1.4.2/)
65+
* [typing-extensions 3.10.0.0](https://pypi.org/project/typing-extensions/3.10.0.0/)
66+
67+
If there are other libraries you would like included, please get in contact with
68+
us on Discord and have a chat with us about it.

0 commit comments

Comments
 (0)