-
Notifications
You must be signed in to change notification settings - Fork 3
/
Pipfile
46 lines (43 loc) · 944 Bytes
/
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
scwidgets = {file = "."}
anywidget = "==0.9.13"
asttokens = "==3.0.0"
comm = "==0.2.2"
contourpy = "==1.3.1"
cycler = "==0.12.1"
decorator = "==5.1.1"
executing = "==2.1.0"
fonttools = "==4.55.3"
ipython = "==8.30.0"
ipywidgets = "==8.1.5"
jedi = "==0.19.2"
jupyterlab-widgets = "==3.0.13"
kiwisolver = "==1.4.7"
matplotlib = "==3.9.4"
matplotlib-inline = "==0.1.7"
numpy = "==1.26.4"
packaging = "==24.2"
parso = "==0.8.4"
pexpect = "==4.9.0"
pillow = "==11.0.0"
prompt-toolkit = "==3.0.48"
psygnal = "==0.11.1"
ptyprocess = "==0.7.0"
pure-eval = "==0.2.3"
pygments = "==2.18.0"
pyparsing = "==3.2.0"
python-dateutil = "==2.9.0.post0"
six = "==1.17.0"
stack-data = "==0.6.3"
termcolor = "==2.5.0"
traitlets = "==5.14.3"
typing-extensions = "==4.12.2"
wcwidth = "==0.2.13"
widgetsnbextension = "==4.0.13"
[dev-packages]
[requires]
python_version = "3.11"