Skip to content

Commit b61d799

Browse files
xieofxiehualxie
andauthored
add ipykernel to Profiling for OP data wrangler (microsoft#361)
Co-authored-by: hualxie <hualxie@microsoft.com>
1 parent 7101a46 commit b61d799

1 file changed

Lines changed: 54 additions & 26 deletions

File tree

Lines changed: 54 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,54 @@
1-
coloredlogs==15.0.1
2-
flatbuffers==25.2.10
3-
humanfriendly==10.0
4-
mpmath==1.3.0
5-
numpy==2.2.4
6-
# onnx==1.17.0
7-
onnx==1.17.0
8-
onnxruntime-genai-winml==0.12.1
9-
# uvpip:uninstall onnxruntime-winml;pre
10-
# We also need to uninstall in case user tries new version, uses previous version and then updates again
11-
# because uninstalling winml will remove onnxruntime folder but we will not install windowsml to add it back
12-
# uvpip:uninstall onnxruntime-windowsml;pre
13-
onnxruntime-windowsml==1.23.2.202512041916
14-
packaging==24.2
15-
protobuf==5.29.6
16-
pyreadline3==3.5.4
17-
sympy==1.14.0
18-
wasdk-Microsoft.Windows.AI.MachineLearning==1.8.251106002
19-
wasdk-Microsoft.Windows.ApplicationModel.DynamicDependency.Bootstrap==1.8.251106002
20-
# winrt-runtime==3.2.1
21-
winrt-runtime==3.2.1
22-
# winrt-Windows.Foundation==3.2.1
23-
winrt-Windows.Foundation==3.2.1
24-
# winrt-Windows.Foundation.Collections==3.2.1
25-
winrt-Windows.Foundation.Collections==3.2.1
26-
# not in requires
1+
asttokens==3.0.0
2+
colorama==0.4.6
3+
coloredlogs==15.0.1
4+
comm==0.2.2
5+
debugpy==1.8.13
6+
decorator==5.2.1
7+
executing==2.2.0
8+
flatbuffers==25.2.10
9+
humanfriendly==10.0
10+
# ipykernel==6.29.5
11+
ipykernel==6.29.5
12+
ipython==9.0.2
13+
ipython-pygments-lexers==1.1.1
14+
jedi==0.19.2
15+
jupyter-client==8.6.3
16+
jupyter-core==5.7.2
17+
matplotlib-inline==0.1.7
18+
mpmath==1.3.0
19+
nest-asyncio==1.6.0
20+
numpy==2.2.4
21+
# onnx==1.17.0
22+
onnx==1.17.0
23+
onnxruntime-genai-winml==0.12.1
24+
# uvpip:uninstall onnxruntime-winml;pre
25+
# We also need to uninstall in case user tries new version, uses previous version and then updates again
26+
# because uninstalling winml will remove onnxruntime folder but we will not install windowsml to add it back
27+
# uvpip:uninstall onnxruntime-windowsml;pre
28+
onnxruntime-windowsml==1.23.2.202512041916
29+
packaging==24.2
30+
parso==0.8.5
31+
platformdirs==4.4.0
32+
prompt-toolkit==3.0.52
33+
protobuf==5.29.6
34+
psutil==7.0.0
35+
pure-eval==0.2.3
36+
pygments==2.20.0
37+
pyreadline3==3.5.4
38+
python-dateutil==2.9.0.post0
39+
pyzmq==26.3.0
40+
six==1.17.0
41+
stack-data==0.6.3
42+
sympy==1.14.0
43+
tornado==6.5.5
44+
traitlets==5.14.3
45+
wasdk-Microsoft.Windows.AI.MachineLearning==1.8.251106002
46+
wasdk-Microsoft.Windows.ApplicationModel.DynamicDependency.Bootstrap==1.8.251106002
47+
wcwidth==0.2.13
48+
# winrt-runtime==3.2.1
49+
winrt-runtime==3.2.1
50+
# winrt-Windows.Foundation==3.2.1
51+
winrt-Windows.Foundation==3.2.1
52+
# winrt-Windows.Foundation.Collections==3.2.1
53+
winrt-Windows.Foundation.Collections==3.2.1
54+
# not in requires

0 commit comments

Comments
 (0)