File: environment.yml

package info (click to toggle)
ipywidgets 8.1.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,520 kB
  • sloc: python: 7,041; javascript: 1,764; sh: 62; makefile: 36
file content (37 lines) | stat: -rw-r--r-- 663 bytes parent folder | download
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
name: ipywidgets_docs
channels:
  - conda-forge
  - nodefaults
dependencies:
  - python >=3.11,<3.12
  # build
  - python-build
  - pip
  - packaging
  - jupyter-packaging
  - jupyterlab >=4,<5
  - nodejs >=18,<19
  # dependencies
  - jupyter_client
  # docs
  - docutils >=0.19
  - jupyterlab-myst
  - myst-nb >=0.17,<0.18
  - pandoc
  - pydata-sphinx-theme
  - sphinx >=5,<6
  - sphinx-autobuild
  - sphinx-autodoc-typehints
  - sphinx-copybutton
  - sphinxext-rediraffe
  # demo
  - bqplot
  - ipykernel
  - ipyleaflet
  - jupyterlite-core >=0.3.0,<0.4.0
  - jupyterlite-pyodide-kernel
  - matplotlib-base
  - numpy
  - scikit-image
  - scikit-learn
  - sympy