Skip to content

Commit d574e68

Browse files
authored
Update libraries for the 2023.2.1 image
1 parent 3dbb2e3 commit d574e68

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

programming/python/libraries.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,42 @@ Robot Kit
1111

1212
The following python libraries are installed and available for use in your robot's software:
1313

14-
* [astoria 0.10.0](https://pypi.org/project/astoria)
14+
* [april-vision 1.0.2](https://pypi.org/project/april-vision)
15+
* [astoria 0.11.1](https://pypi.org/project/astoria)
1516
* [cached-property 1.5.2](https://pypi.org/project/cached-property)
1617
* [click 8.1.2](https://pypi.org/project/click)
1718
* [cycler 0.11.0](https://pypi.org/project/cycler)
1819
* [dateutil 2.8.2](https://pypi.org/project/python-dateutil)
20+
* [debugpy 1.6.3](https://pypi.org/project/debugpy)
1921
* [dbus-next 0.2.3](https://pypi.org/project/dbus-next)
2022
* [docopt 0.6.2](https://pypi.org/project/docopt)
2123
* [gmqtt 0.6.11](https://pypi.org/project/gmqtt)
2224
* [gpg 1.17.1](https://pypi.org/project/gpg)
2325
* [iniparse 0.5](https://pypi.org/project/iniparse)
2426
* [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)
27+
* [kchd 0.4.1](https://pypi.org/project/kchd)
2728
* [matplotlib 3.5.1](https://pypi.org/project/matplotlib)
2829
* [numpy 1.22.3](https://pypi.org/project/numpy)
2930
* opencv 4.5.5
31+
* [paho-mqtt 1.6.1](https://pypi.org/project/paho-mqtt)
3032
* [pandas 1.4.2](https://pypi.org/project/pandas)
31-
* [pillow 9.0.1](https://pypi.org/project/Pillow)
33+
* [Pillow 9.0.1](https://pypi.org/project/Pillow)
34+
* [prompt-toolkit 3.0.24](https://pypi.org/project/prompt-toolkit)
35+
* [pyapriltags 3.3.0.post2](https://pypi.org/project/pyapriltags)
3236
* [pydantic 1.9.1](https://pypi.org/project/pydantic)
33-
* [pygobject 3.42.0](https://pypi.org/project/PyGObject)
37+
* [PyGObject 3.42.0](https://pypi.org/project/PyGObject)
3438
* [pyparsing 3.0.7](https://pypi.org/project/pyparsing)
3539
* [pyquaternion 0.9.9](https://pypi.org/project/pyquaternion)
3640
* [pyserial 3.5](https://pypi.org/project/pyserial)
3741
* [pytz 2022.1](https://pypi.org/project/pytz)
3842
* [pyudev 0.23.2](https://pypi.org/project/pyudev)
3943
* [pyusb 1.2.1](https://pypi.org/project/pyusb)
4044
* [pyyaml 6.0](https://pypi.org/project/PyYAML)
41-
* [rpi.gpio 0.7.0](https://pypi.org/project/rpi.gpio)
45+
* [RPi.GPIO 0.7.0](https://pypi.org/project/rpi.gpio)
46+
* [rtui 0.1.1](https://pypi.org/project/rtui)
4247
* [setuptools 59.5.0](https://pypi.org/project/setuptools)
4348
* [six 1.16.0](https://pypi.org/project/six)
44-
* [sr.robot3 2023.0.4](https://pypi.org/project/sr.robot3)
49+
* [sr.robot3 2023.2.0](https://pypi.org/project/sr.robot3)
4550
* [tomli 2.0.1](https://pypi.org/project/tomli)
4651
* [tomli-w 1.0.0](https://pypi.org/project/tomli-w)
4752
* [typing-extensions 3.10.0.0](https://pypi.org/project/typing-extensions)

0 commit comments

Comments
 (0)