Skip to content

Commit 3485846

Browse files
committed
Python 3.10 adds ONNX
1 parent 69551c6 commit 3485846

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

jupyter-310/requirements.txt

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ notebook==6.5.4
88
bokeh==3.1.1
99
dask==2023.6.0
1010
dill==0.3.6
11-
gspread==5.9.0
1211
ipympl==0.9.3
13-
lightgbm==3.3.5
14-
networkx==3.1
12+
lightgbm==4.1.0
13+
networkx==2.8.5
1514
numpy==1.24.3
16-
pandas==2.0.2
17-
pandas_gbq==0.19.2
15+
pandas==2.1.1
16+
pandas_gbq
17+
papermill==2.4.0
1818
requests==2.31.0
1919
scikit-learn==1.2.2
2020
scipy==1.10.1
2121
statsmodels==0.14.0
22-
xgboost==1.7.5
22+
xgboost==2.0.0
2323

2424
# Formatting
2525
black<23.4
@@ -30,3 +30,18 @@ jsonschema
3030
kfp==1.8.21
3131
kfpx==0.2.3
3232
kfp-server-api==1.8.5
33+
34+
onnxmltools==1.11.2
35+
skl2onnx==1.15.0
36+
onnx==1.14.1
37+
onnxruntime=1.16.0
38+
39+
google-cloud-bigquery
40+
google-cloud-storage
41+
gspread
42+
google-api-python-client
43+
google-auth-httplib2
44+
google-auth-oauthlib
45+
google-auth
46+
matplotlib
47+
seaborn

0 commit comments

Comments
 (0)