We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00626ce commit e2447edCopy full SHA for e2447ed
docs/environment.yml
@@ -3,6 +3,7 @@ name: pythreejs_docs
3
channels:
4
- conda-forge
5
dependencies:
6
+- ipydatawidgets>=4.3.2
7
- python=3.10
8
- nodejs
9
- numpy
setup.py
@@ -67,6 +67,7 @@
67
'ipywidgets>=7.2.1',
68
'ipydatawidgets>=1.1.1',
69
'numpy',
70
+ 'traitlets',
71
],
72
'extras_require': {
73
'test': [
0 commit comments