-
Notifications
You must be signed in to change notification settings - Fork 64
/
Pipfile
48 lines (45 loc) · 1.06 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
# TrustyAI packages
trustyai = "~=0.6.0"
# Datascience and useful extensions
boto3 = "~=1.28.41"
kafka-python = "~=2.0.2"
matplotlib = "~=3.6.3"
numpy = "~=1.24.3"
pandas = "~=1.5.3"
plotly = "~=5.16.1"
scikit-learn = "~=1.3.0"
scipy = "~=1.11.2"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.14.1"
# DB connectors
pymongo = "~=4.5.0"
psycopg = "~=3.1.10"
pyodbc = "~=4.0.39"
mysql-connector-python = "~=8.0.33"
# JupyterLab packages
elyra-pipeline-editor-extension = "~=3.15.0"
elyra-python-editor-extension = "~=3.15.0"
elyra-code-snippet-extension = "~=3.15.0"
kfp-tekton = "<1.6.0"
jupyterlab = "~=3.6.5"
jupyter-server = "~=2.7.3"
jupyter-server-proxy = "~=4.0.0"
jupyter-server-terminals = "~=0.4.4"
jupyter-bokeh = "~=3.0.7"
jupyterlab-git = "~=0.42.0"
jupyterlab-lsp = "~=4.2.0"
jupyterlab-widgets = "~=3.0.8"
jupyter-resource-usage = "~=1.0.1"
nbdime = "~=3.2.1"
nbgitpuller = "~=1.2.0"
# Base packages
wheel = "~=0.41.2"
setuptools = "~=68.1.2"
[requires]
python_version = "3.9"