Skip to content

Commit db3043a

Browse files
authored
Merge pull request #433 from srobo/2023.2.1-libraries
Update libraries for the 2023.2.1 image
2 parents 3dbb2e3 + 336cc02 commit db3043a

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

programming/python/libraries.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,43 +10,50 @@ Robot Kit
1010
---------
1111

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

14-
* [astoria 0.10.0](https://pypi.org/project/astoria)
15+
* [april-vision 1.0.2](https://pypi.org/project/april-vision)
16+
* [astoria 0.11.1](https://pypi.org/project/astoria)
1517
* [cached-property 1.5.2](https://pypi.org/project/cached-property)
1618
* [click 8.1.2](https://pypi.org/project/click)
1719
* [cycler 0.11.0](https://pypi.org/project/cycler)
1820
* [dateutil 2.8.2](https://pypi.org/project/python-dateutil)
21+
* [debugpy 1.6.3](https://pypi.org/project/debugpy)
1922
* [dbus-next 0.2.3](https://pypi.org/project/dbus-next)
2023
* [docopt 0.6.2](https://pypi.org/project/docopt)
2124
* [gmqtt 0.6.11](https://pypi.org/project/gmqtt)
2225
* [gpg 1.17.1](https://pypi.org/project/gpg)
2326
* [iniparse 0.5](https://pypi.org/project/iniparse)
2427
* [j5 1.1.2](https://pypi.org/project/j5)
25-
* [j5-zoloto 0.4.0](https://pypi.org/project/j5-zoloto)
26-
* [kchd 0.4.0](https://pypi.org/project/kchd)
28+
* [kchd 0.4.1](https://pypi.org/project/kchd)
2729
* [matplotlib 3.5.1](https://pypi.org/project/matplotlib)
2830
* [numpy 1.22.3](https://pypi.org/project/numpy)
2931
* opencv 4.5.5
32+
* [paho-mqtt 1.6.1](https://pypi.org/project/paho-mqtt)
3033
* [pandas 1.4.2](https://pypi.org/project/pandas)
31-
* [pillow 9.0.1](https://pypi.org/project/Pillow)
34+
* [Pillow 9.0.1](https://pypi.org/project/Pillow)
35+
* [prompt-toolkit 3.0.24](https://pypi.org/project/prompt-toolkit)
36+
* [pyapriltags 3.3.0.post2](https://pypi.org/project/pyapriltags)
3237
* [pydantic 1.9.1](https://pypi.org/project/pydantic)
33-
* [pygobject 3.42.0](https://pypi.org/project/PyGObject)
38+
* [PyGObject 3.42.0](https://pypi.org/project/PyGObject)
3439
* [pyparsing 3.0.7](https://pypi.org/project/pyparsing)
3540
* [pyquaternion 0.9.9](https://pypi.org/project/pyquaternion)
3641
* [pyserial 3.5](https://pypi.org/project/pyserial)
3742
* [pytz 2022.1](https://pypi.org/project/pytz)
3843
* [pyudev 0.23.2](https://pypi.org/project/pyudev)
3944
* [pyusb 1.2.1](https://pypi.org/project/pyusb)
4045
* [pyyaml 6.0](https://pypi.org/project/PyYAML)
41-
* [rpi.gpio 0.7.0](https://pypi.org/project/rpi.gpio)
46+
* [RPi.GPIO 0.7.0](https://pypi.org/project/rpi.gpio)
47+
* [rtui 0.1.1](https://pypi.org/project/rtui)
4248
* [setuptools 59.5.0](https://pypi.org/project/setuptools)
4349
* [six 1.16.0](https://pypi.org/project/six)
44-
* [sr.robot3 2023.0.4](https://pypi.org/project/sr.robot3)
50+
* [sr.robot3 2023.2.0](https://pypi.org/project/sr.robot3)
4551
* [tomli 2.0.1](https://pypi.org/project/tomli)
4652
* [tomli-w 1.0.0](https://pypi.org/project/tomli-w)
4753
* [typing-extensions 3.10.0.0](https://pypi.org/project/typing-extensions)
4854
* [udiskie 2.3.3](https://pypi.org/project/udiskie)
4955
* [zoloto 0.8.0](https://pypi.org/project/zoloto)
56+
<!-- cspell:enable -->
5057

5158
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.
5259

@@ -58,11 +65,13 @@ competition. Note that for local development you will need to install these
5865
yourself.
5966

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

6270
* [matplotlib 3.5.1](https://pypi.org/project/matplotlib/3.5.1/)
6371
* [numpy 1.22.3](https://pypi.org/project/numpy/1.22.3/)
6472
* [pandas 1.4.2](https://pypi.org/project/pandas/1.4.2/)
6573
* [typing-extensions 3.10.0.0](https://pypi.org/project/typing-extensions/3.10.0.0/)
74+
<!-- cspell:enable -->
6675

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

0 commit comments

Comments
 (0)