Skip to content

Commit 9a12d63

Browse files
committed
add anywidget to deps
1 parent c0e26b8 commit 9a12d63

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ requires-python = ">=3.11"
3232
dependencies = [
3333
"matplotlib",
3434
"pythreejs",
35+
"anywidget",
3536
]
3637

3738
dynamic = ["version"]

requirements/base.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
55
matplotlib
66
pythreejs
7+
anywidget

requirements/base.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# SHA1:04ba1dfd0c00e2f352f80789e53cd5ef22ea5d76
1+
# SHA1:2c258b7b4a1cf8f84c688edac6f53735d3ea39b8
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
66
# requirements upgrade
77
#
8+
anywidget==0.9.18
9+
# via -r base.in
810
asttokens==3.0.0
911
# via stack-data
1012
comm==0.2.3
@@ -27,6 +29,7 @@ ipython-pygments-lexers==1.1.1
2729
# via ipython
2830
ipywidgets==8.1.7
2931
# via
32+
# anywidget
3033
# ipydatawidgets
3134
# pythreejs
3235
jedi==0.19.2
@@ -55,6 +58,8 @@ pillow==12.0.0
5558
# via matplotlib
5659
prompt-toolkit==3.0.52
5760
# via ipython
61+
psygnal==0.15.0
62+
# via anywidget
5863
ptyprocess==0.7.0
5964
# via pexpect
6065
pure-eval==0.2.3
@@ -83,7 +88,9 @@ traitlets==5.14.3
8388
traittypes==0.2.3
8489
# via ipydatawidgets
8590
typing-extensions==4.15.0
86-
# via ipython
91+
# via
92+
# anywidget
93+
# ipython
8794
wcwidth==0.2.14
8895
# via prompt-toolkit
8996
widgetsnbextension==4.0.14

requirements/nightly.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
44
matplotlib
55
pythreejs
6+
anywidget
67
pytest

requirements/nightly.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# SHA1:bd1b1a61cb415a83b0c4c4c36380945b04796f84
1+
# SHA1:d2cf1c994df2f0f7d49dbb832580621379e9d486
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:
55
#
66
# requirements upgrade
77
#
8+
anywidget==0.9.18
9+
# via -r nightly.in
810
asttokens==3.0.0
911
# via stack-data
1012
comm==0.2.3
@@ -29,6 +31,7 @@ ipython-pygments-lexers==1.1.1
2931
# via ipython
3032
ipywidgets==8.1.7
3133
# via
34+
# anywidget
3235
# ipydatawidgets
3336
# pythreejs
3437
jedi==0.19.2
@@ -61,6 +64,8 @@ pluggy==1.6.0
6164
# via pytest
6265
prompt-toolkit==3.0.52
6366
# via ipython
67+
psygnal==0.15.0
68+
# via anywidget
6469
ptyprocess==0.7.0
6570
# via pexpect
6671
pure-eval==0.2.3
@@ -92,7 +97,9 @@ traitlets==5.14.3
9297
traittypes==0.2.3
9398
# via ipydatawidgets
9499
typing-extensions==4.15.0
95-
# via ipython
100+
# via
101+
# anywidget
102+
# ipython
96103
wcwidth==0.2.14
97104
# via prompt-toolkit
98105
widgetsnbextension==4.0.14

0 commit comments

Comments
 (0)