forked from apirrone/Open_Duck_Mini_Runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (35 loc) · 985 Bytes
/
setup.cfg
File metadata and controls
42 lines (35 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = mini-bdx-runtime
version = 0.0.1
author = Antoine Pirrone
author_email = antoine.pirrone@gmail.com
url = https://github.com/apirrone/mini_BDX_runtime
description = Runtime code for mini BDX
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find:
zip_safe = True
include_package_data = True
package_dir=
=mini_bdx_runtime
install_requires =
rustypot==0.1.0
onnxruntime==1.18.1
numpy==1.26.4
adafruit-circuitpython-bno055==5.4.13
adafruit-circuitpython-icm20x==2.0.19
adafruit-circuitpython-bno08x==1.2.15
adafruit-circuitpython-busdevice==5.2.9
adafruit-blinka==8.40.0
scipy==1.15.1
pygame==2.6.0
pypot @ git+https://github.com/pollen-robotics/pypot@support-feetech-sts3215
openai==1.70.0
# adafruit_extended_bus
[options.packages.find]
where=mini_bdx_runtime
[options.package_data]
[options.extras_require]
[options.entry_points]
console_scripts =