Skip to content

Commit 30deee3

Browse files
author
root
committed
updated jupyter
1 parent 784fa82 commit 30deee3

6 files changed

+184
-162
lines changed

requirements_files/base_functional.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ aiofiles
66
pyopenssl
77

88
# jupyter
9-
jupyterlab
10-
# due to https://github.com/jupyter/notebook/issues/6164
11-
jupyter_client<7.0.0
9+
jupyterlab>4.0.0
1210

1311
#interactive python dependancies
1412
ipywidgets
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# FastAPI stack
2+
fastapi>=0.68.0,<0.69.0
3+
pydantic>=1.8.0,<2.0.0
4+
uvicorn>=0.15.0,<0.16.0
5+
aiofiles
6+
pyopenssl
7+
8+
# jupyter
9+
jupyterlab
10+
# due to https://github.com/jupyter/notebook/issues/6164
11+
jupyter_client<7.0.0
12+
13+
#interactive python dependancies
14+
ipywidgets
15+
jupyterlab-git
16+
widgetsnbextension
17+
matplotlib
18+
19+
# splunk functionality dependancies
20+
splunk-sdk
21+
splunk-opentelemetry[all]
22+
opentelemetry-instrumentation-fastapi==0.33b0
23+
24+
# basic data-science libraries
25+
pandas
26+
numpy
27+
28+
29+
datashader
30+
seaborn
31+
32+
dask-ml
33+
dask-labextension
34+
35+
scipy
36+
scikit-learn
37+
networkx
38+
39+
tensorflow-cpu
40+
dask-xgboost
41+
mlflow==2.7.0
42+
43+
prophet
44+
shap
45+
lime
46+
umap-learn
47+
tslearn
48+
kmodes
49+
imbalanced-learn
50+
stumpy
51+
tqdm
52+
bocd
53+
rrcf
54+
pyod
55+
suod
56+
pymc3
57+
spacy==2.3.2
58+
spacytextblob==0.1.7
59+
60+
pymilvus
61+
62+
--extra-index-url https://download.pytorch.org/whl/cpu
63+
torch

requirements_files/compiled_base_functional_specific_golden_cpu_golden-cpu.txt

+19-37
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ alembic==1.12.0
2424
# via mlflow
2525
anyio==3.7.1
2626
# via jupyter-server
27-
apricot-select==0.6.1
28-
# via pomegranate
2927
argon2-cffi==23.1.0
3028
# via
3129
# jupyter-server
@@ -133,7 +131,7 @@ cymem==2.0.7
133131
# preshed
134132
# spacy
135133
# thinc
136-
dask[array,dataframe]==2023.9.0
134+
dask[array,dataframe]==2023.9.1
137135
# via
138136
# dask-glm
139137
# dask-ml
@@ -154,7 +152,7 @@ datashader==0.15.2
154152
# via -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
155153
datashape==0.5.2
156154
# via datashader
157-
debugpy==1.6.7.post1
155+
debugpy==1.8.0
158156
# via ipykernel
159157
decorator==5.1.1
160158
# via ipython
@@ -166,7 +164,7 @@ deprecated==1.2.14
166164
# opentelemetry-propagator-b3
167165
dill==0.3.7
168166
# via pymc3
169-
distributed==2023.9.0
167+
distributed==2023.9.1
170168
# via
171169
# dask-labextension
172170
# dask-ml
@@ -191,7 +189,7 @@ fastjsonschema==2.18.0
191189
# via nbformat
192190
fastprogress==1.0.3
193191
# via pymc3
194-
filelock==3.12.2
192+
filelock==3.12.4
195193
# via
196194
# theano-pymc
197195
# torch
@@ -213,11 +211,11 @@ gast==0.4.0
213211
# via tensorflow-cpu
214212
gitdb==4.0.10
215213
# via gitpython
216-
gitpython==3.1.34
214+
gitpython==3.1.36
217215
# via
218216
# mlflow
219217
# nbdime
220-
google-auth==2.22.0
218+
google-auth==2.23.0
221219
# via
222220
# google-auth-oauthlib
223221
# tensorboard
@@ -263,7 +261,6 @@ importlib-metadata==6.8.0
263261
# flask
264262
# jupyter-server-proxy
265263
# jupyter-ydoc
266-
# jupyterlab
267264
# jupyterlab-server
268265
# markdown
269266
# mlflow
@@ -286,7 +283,7 @@ ipython-genutils==0.2.0
286283
# via
287284
# nbclassic
288285
# notebook
289-
ipywidgets==8.1.0
286+
ipywidgets==8.1.1
290287
# via -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
291288
isoduration==20.11.0
292289
# via jsonschema
@@ -382,9 +379,9 @@ jupyterlab-git==0.42.0
382379
# via -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
383380
jupyterlab-pygments==0.2.2
384381
# via nbconvert
385-
jupyterlab-server==2.24.0
382+
jupyterlab-server==2.25.0
386383
# via jupyterlab
387-
jupyterlab-widgets==3.0.8
384+
jupyterlab-widgets==3.0.9
388385
# via ipywidgets
389386
keras==2.13.1
390387
# via tensorflow-cpu
@@ -422,7 +419,7 @@ markupsafe==2.1.3
422419
# werkzeug
423420
marshmallow==3.20.1
424421
# via environs
425-
matplotlib==3.7.2
422+
matplotlib==3.7.3
426423
# via
427424
# -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
428425
# arviz
@@ -440,7 +437,7 @@ matplotlib-inline==0.1.6
440437
# ipython
441438
mistune==3.0.1
442439
# via nbconvert
443-
mlflow==2.6.0
440+
mlflow==2.7.0
444441
# via -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
445442
mpmath==1.3.0
446443
# via sympy
@@ -490,13 +487,10 @@ nest-asyncio==1.5.7
490487
networkx==3.1
491488
# via
492489
# -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
493-
# pomegranate
494490
# scikit-image
495491
# torch
496492
nltk==3.8.1
497493
# via textblob
498-
nose==1.3.7
499-
# via apricot-select
500494
notebook==6.5.5
501495
# via jupyterlab
502496
notebook-shim==0.2.3
@@ -505,7 +499,6 @@ notebook-shim==0.2.3
505499
# nbclassic
506500
numba==0.57.1
507501
# via
508-
# apricot-select
509502
# combo
510503
# dask-ml
511504
# datashader
@@ -518,7 +511,6 @@ numba==0.57.1
518511
numpy==1.24.3
519512
# via
520513
# -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
521-
# apricot-select
522514
# arviz
523515
# blis
524516
# bocd
@@ -541,7 +533,6 @@ numpy==1.24.3
541533
# opt-einsum
542534
# pandas
543535
# patsy
544-
# pomegranate
545536
# prophet
546537
# pyarrow
547538
# pymc3
@@ -686,8 +677,6 @@ plac==1.1.3
686677
# thinc
687678
platformdirs==3.10.0
688679
# via jupyter-core
689-
pomegranate==1.0.3
690-
# via -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
691680
preshed==3.0.8
692681
# via
693682
# spacy
@@ -720,7 +709,7 @@ ptyprocess==0.7.0
720709
# terminado
721710
pure-eval==0.2.2
722711
# via stack-data
723-
pyarrow==12.0.1
712+
pyarrow==13.0.0
724713
# via mlflow
725714
pyasn1==0.5.0
726715
# via
@@ -760,7 +749,7 @@ pyod==1.1.0
760749
# suod
761750
pyopenssl==23.2.0
762751
# via -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
763-
pyparsing==3.0.9
752+
pyparsing==3.1.1
764753
# via matplotlib
765754
python-dateutil==2.8.2
766755
# via
@@ -827,7 +816,7 @@ rfc3986-validator==0.1.1
827816
# via
828817
# jsonschema
829818
# jupyter-events
830-
rpds-py==0.10.2
819+
rpds-py==0.10.3
831820
# via
832821
# jsonschema
833822
# referencing
@@ -847,7 +836,6 @@ scikit-learn==1.3.0
847836
# kmodes
848837
# lime
849838
# mlflow
850-
# pomegranate
851839
# pynndescent
852840
# pyod
853841
# shap
@@ -857,7 +845,6 @@ scikit-learn==1.3.0
857845
scipy==1.11.2
858846
# via
859847
# -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
860-
# apricot-select
861848
# arviz
862849
# bocd
863850
# combo
@@ -868,7 +855,6 @@ scipy==1.11.2
868855
# kmodes
869856
# lime
870857
# mlflow
871-
# pomegranate
872858
# pymc3
873859
# pynndescent
874860
# pyod
@@ -901,7 +887,6 @@ six==1.16.0
901887
# astunparse
902888
# bleach
903889
# databricks-cli
904-
# google-auth
905890
# google-pasta
906891
# patsy
907892
# pyod
@@ -962,7 +947,7 @@ tensorflow-cpu==2.13.0
962947
# via -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
963948
tensorflow-estimator==2.13.0
964949
# via tensorflow-cpu
965-
tensorflow-io-gcs-filesystem==0.33.0
950+
tensorflow-io-gcs-filesystem==0.34.0
966951
# via tensorflow-cpu
967952
termcolor==2.3.0
968953
# via tensorflow-cpu
@@ -996,9 +981,7 @@ toolz==0.12.0
996981
# distributed
997982
# partd
998983
torch==2.0.1+cpu
999-
# via
1000-
# -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
1001-
# pomegranate
984+
# via -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
1002985
tornado==6.3.3
1003986
# via
1004987
# bokeh
@@ -1014,7 +997,6 @@ tornado==6.3.3
1014997
tqdm==4.66.1
1015998
# via
1016999
# -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
1017-
# apricot-select
10181000
# cmdstanpy
10191001
# lime
10201002
# nltk
@@ -1023,7 +1005,7 @@ tqdm==4.66.1
10231005
# spacy
10241006
# thinc
10251007
# umap-learn
1026-
traitlets==5.9.0
1008+
traitlets==5.10.0
10271009
# via
10281010
# comm
10291011
# ipykernel
@@ -1084,7 +1066,7 @@ webencodings==0.5.1
10841066
# via
10851067
# bleach
10861068
# tinycss2
1087-
websocket-client==1.6.2
1069+
websocket-client==1.6.3
10881070
# via
10891071
# docker
10901072
# jupyter-server
@@ -1096,7 +1078,7 @@ wheel==0.41.2
10961078
# via
10971079
# astunparse
10981080
# tensorboard
1099-
widgetsnbextension==4.0.8
1081+
widgetsnbextension==4.0.9
11001082
# via
11011083
# -r /temp/compiled_base_functional_specific_golden_cpu_golden-cpu.in
11021084
# ipywidgets
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# FastAPI stack
2+
fastapi>=0.68.0,<0.69.0
3+
pydantic>=1.8.0,<2.0.0
4+
uvicorn>=0.15.0,<0.16.0
5+
aiofiles
6+
pyopenssl
7+
8+
# jupyter
9+
jupyterlab>4.0.0
10+
# due to https://github.com/jupyter/notebook/issues/6164
11+
#jupyter_client<7.0.0
12+
13+
#interactive python dependancies
14+
ipywidgets
15+
jupyterlab-git
16+
widgetsnbextension
17+
matplotlib
18+
19+
# splunk functionality dependancies
20+
splunk-sdk
21+
splunk-opentelemetry[all]
22+
opentelemetry-instrumentation-fastapi==0.33b0
23+
24+
# basic data-science libraries
25+
pandas
26+
numpy
27+
datashader
28+
seaborn
29+
30+
dask-ml
31+
dask-labextension
32+
33+
mlflow==2.7.0
34+
35+
scipy
36+
scikit-learn
37+
networkx

0 commit comments

Comments
 (0)