We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd03fca commit 5ef6573Copy full SHA for 5ef6573
docs/environment.yml
@@ -5,25 +5,27 @@ channels:
5
dependencies:
6
- bqplot
7
- build
8
- - empack
9
- - ipykernel
+ - ipykernel !=6.19.*
10
- jupyter_client
11
- jupyterlab >=3,<4
12
- jupyter-packaging
13
- - matplotlib
+ - matplotlib-base
14
- nbsphinx
15
- nodejs=14
16
- numpy
17
- packaging
18
- pandoc
19
- - pip
20
- python=3.10
21
- recommonmark
22
- scikit-image
23
- scikit-learn
24
- sphinx
25
- sphinx_rtd_theme
26
- sympy
+ # lite deps
+ - pip
27
+ - doit
28
+ - pkginfo
29
- pip:
- - jupyterlite==0.1.0b14
30
+ - jupyterlite==0.1.0b15
31
- jupyterlite-sphinx~=0.7.2
docs/requirements.txt
@@ -1,6 +1,6 @@
1
bqplot
2
build
3
-ipykernel
+ipykernel !=6.19.*
4
jupyter_client
jupyterlab>=3,<4
jupyterlite-sphinx
0 commit comments