Skip to content

Commit 1a5f70b

Browse files
authored
Merge pull request #30 from analogdevicesinc/cleanup-unexpected
Cleanup for issues causing problems with BlackDuck scans.
2 parents 44fb3bb + 2a09a42 commit 1a5f70b

File tree

3 files changed

+76
-90
lines changed

3 files changed

+76
-90
lines changed

bindings/python/examples/readme.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
11
# 3D Time of Flight : Python examples
22

33
Refer to the eval kit [documentation](../../../doc/user-guide/ADTF3175D-EvalKit-610.md#python-tools) for more details.
4+
5+
Requirements:
6+
```
7+
absl-py==2.3.1
8+
attrs==25.4.0
9+
blinker==1.9.0
10+
certifi==2025.10.5
11+
cffi==2.0.0
12+
charset-normalizer==3.4.4
13+
click==8.3.0
14+
ConfigArgParse==1.7.1
15+
contourpy==1.3.2
16+
cycler==0.12.1
17+
dash==3.2.0
18+
fastjsonschema==2.21.2
19+
filelock==3.20.0
20+
Flask==3.1.2
21+
flatbuffers==25.9.23
22+
fonttools==4.60.1
23+
fsspec==2025.9.0
24+
idna==3.11
25+
imageio==2.37.0
26+
importlib_metadata==8.7.0
27+
itsdangerous==2.2.0
28+
jax==0.6.2
29+
jaxlib==0.6.2
30+
Jinja2==3.1.6
31+
jsonschema==4.25.1
32+
jsonschema-specifications==2025.9.1
33+
jupyter_core==5.8.1
34+
keyboard==0.13.5
35+
kiwisolver==1.4.9
36+
lazy_loader==0.4
37+
llvmlite==0.45.1
38+
MarkupSafe==3.0.3
39+
matplotlib==3.10.7
40+
mediapipe==0.10.18
41+
ml_dtypes==0.5.3
42+
mpmath==1.3.0
43+
narwhals==2.8.0
44+
nbformat==5.10.4
45+
nest-asyncio==1.6.0
46+
networkx==3.4.2
47+
numba==0.62.1
48+
numpy==1.26.4
49+
open3d==0.18.0
50+
opencv-contrib-python==4.11.0.86
51+
opencv-python==4.12.0.88
52+
opt_einsum==3.4.0
53+
packaging==25.0
54+
pillow==11.3.0
55+
platformdirs==4.5.0
56+
plotly==6.3.1
57+
protobuf==4.25.8
58+
pycparser==2.23
59+
pygame==2.6.1
60+
pyparsing==3.2.5
61+
python-dateutil==2.9.0.post0
62+
referencing==0.37.0
63+
requests==2.32.5
64+
retrying==1.4.2
65+
rpds-py==0.27.1
66+
scikit-image==0.25.2
67+
scipy==1.15.3
68+
sentencepiece==0.2.1
69+
six==1.17.0
70+
sounddevice==0.5.2
71+
sympy==1.14.0
72+
tifffile==2025.5.10
73+
torch==2.9.0
74+
traitlets==5.14.3
75+
typing_extensions==4.15.0
76+
urllib3==2.5.0
77+
Werkzeug==3.1.3
78+
zipp==3.23.0
79+
```

bindings/python/examples/requirements.txt

Lines changed: 0 additions & 72 deletions
This file was deleted.

examples/tof-viewer/.gitmodules

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)