Skip to content

Commit 2cd5ffe

Browse files
committed
deps: rename to all + add pythreejs
1 parent a2ae04a commit 2cd5ffe

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ test = [
5151
"pytest",
5252
"pooch",
5353
]
54-
gui = [
54+
all = [
5555
"ipywidgets",
5656
"ipydatagrid",
5757
"ipytree",
58+
"pythreejs",
5859
]
5960

6061
[project.urls]

requirements/docs.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ sphinx-copybutton
1010
sphinx-design
1111
pooch
1212
ipympl
13+
ipywidgets
14+
ipydatagrid
15+
ipytree

requirements/docs.txt

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:e26e1d854aa3a5d743685944dea0a78f18893dfb
1+
# SHA1:4f1b07bf44faee3c2f897a673e9229b4276d29f9
22
#
33
# This file is autogenerated by pip-compile-multi
44
# To update, run:
@@ -26,6 +26,8 @@ beautifulsoup4==4.13.4
2626
# pydata-sphinx-theme
2727
bleach[css]==6.2.0
2828
# via nbconvert
29+
bqplot==0.12.44
30+
# via ipydatagrid
2931
certifi==2025.1.31
3032
# via requests
3133
charset-normalizer==3.4.1
@@ -52,8 +54,12 @@ executing==2.2.0
5254
# via stack-data
5355
fastjsonschema==2.21.1
5456
# via nbformat
57+
gast==0.4.0
58+
# via py2vega
5559
imagesize==1.4.1
5660
# via sphinx
61+
ipydatagrid==1.4.0
62+
# via -r docs.in
5763
ipykernel==6.29.5
5864
# via -r docs.in
5965
ipympl==0.9.7
@@ -64,8 +70,15 @@ ipython==8.35.0
6470
# ipykernel
6571
# ipympl
6672
# ipywidgets
73+
ipytree==0.2.2
74+
# via -r docs.in
6775
ipywidgets==8.1.6
68-
# via ipympl
76+
# via
77+
# -r docs.in
78+
# bqplot
79+
# ipydatagrid
80+
# ipympl
81+
# ipytree
6982
jedi==0.19.2
7083
# via ipython
7184
jinja2==3.1.6
@@ -146,6 +159,8 @@ ptyprocess==0.7.0
146159
# via pexpect
147160
pure-eval==0.2.3
148161
# via stack-data
162+
py2vega==0.6.1
163+
# via ipydatagrid
149164
pydata-sphinx-theme==0.16.1
150165
# via -r docs.in
151166
pygments==2.19.1
@@ -214,6 +229,7 @@ tornado==6.4.2
214229
# jupyter-client
215230
traitlets==5.14.3
216231
# via
232+
# bqplot
217233
# comm
218234
# ipykernel
219235
# ipympl
@@ -226,6 +242,9 @@ traitlets==5.14.3
226242
# nbconvert
227243
# nbformat
228244
# nbsphinx
245+
# traittypes
246+
traittypes==0.2.1
247+
# via bqplot
229248
urllib3==2.4.0
230249
# via requests
231250
wcwidth==0.2.13

0 commit comments

Comments
 (0)