forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
59 lines (57 loc) · 1.04 KB
/
environment.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
name: jupyterlab-dev
channels:
- conda-forge
- nodefaults
dependencies:
# runtimes
- nodejs >=20,<21
- python =3.11
# package managers
- pip
- yarn >=3,<4
# build
- hatch-jupyter-builder >=0.3.2
- hatchling >=1.5.0
# run
- async-lru >=1.0.0
- httpx >=0.25.0
- ipykernel
- jinja2 >=3.0.3
- jupyter_core
- jupyter_server >=2.4.0,<3
- jupyter-lsp >=2.0.0
- jupyterlab_server >=2.19.0,<3
- notebook-shim >=0.2
- packaging
- tornado >=6.2.0
- traitlets >=5.10.1
# test
- coverage
- pytest >=7.0
- pytest-check-links >=0.7
- pytest-console-scripts
- pytest-cov
- pytest-jupyter-server >=0.5.3
- pytest-timeout
- pytest-tornasync
- requests
- requests-cache
- virtualenv
# dev
- bump2version
- hatch
- pre-commit
- pytest-cov
- python-build
- ruff
# demo
- jupyter-server-proxy
- matplotlib-base
- notebook >=7.0.4
- numpy
- vega_datasets
- xeus-python
# extra conda stuff
- jsonschema-with-format-nongpl
- jupyter-collaboration >= 2.0.1
- jupyter_events >=0.7.0