Skip to content

Commit f4262c5

Browse files
committed
update juypter to 4.0 mlflow to 2.7
1 parent 9d43719 commit f4262c5

20 files changed

+2173
-1626
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
11+
#interactive python dependancies
12+
ipywidgets
13+
jupyterlab-git
14+
widgetsnbextension
15+
matplotlib
16+
17+
# splunk functionality dependancies
18+
splunk-sdk
19+
splunk-opentelemetry[all]
20+
opentelemetry-instrumentation-fastapi==0.33b0
21+
22+
# basic data-science libraries
23+
pandas
24+
numpy

0 commit comments

Comments
 (0)