Skip to content

Commit 5ef6573

Browse files
committed
try some docs pins
1 parent cd03fca commit 5ef6573

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/environment.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,27 @@ channels:
55
dependencies:
66
- bqplot
77
- build
8-
- empack
9-
- ipykernel
8+
- ipykernel !=6.19.*
109
- jupyter_client
1110
- jupyterlab >=3,<4
1211
- jupyter-packaging
13-
- matplotlib
12+
- matplotlib-base
1413
- nbsphinx
1514
- nodejs=14
1615
- numpy
1716
- packaging
1817
- pandoc
19-
- pip
2018
- python=3.10
2119
- recommonmark
2220
- scikit-image
2321
- scikit-learn
2422
- sphinx
2523
- sphinx_rtd_theme
2624
- sympy
25+
# lite deps
26+
- pip
27+
- doit
28+
- pkginfo
2729
- pip:
28-
- jupyterlite==0.1.0b14
30+
- jupyterlite==0.1.0b15
2931
- jupyterlite-sphinx~=0.7.2

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bqplot
22
build
3-
ipykernel
3+
ipykernel !=6.19.*
44
jupyter_client
55
jupyterlab>=3,<4
66
jupyterlite-sphinx

0 commit comments

Comments
 (0)