File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dependencies:
84
84
# code checks
85
85
- black=22.3.0
86
86
- cpplint
87
- - flake8=5 .0.4
87
+ - flake8=6 .0.0
88
88
- flake8-bugbear=22.7.1 # used by flake8, find likely bugs
89
89
- isort>=5.2.1 # check that imports are in the right order
90
90
- mypy=0.990
@@ -124,5 +124,8 @@ dependencies:
124
124
- pyyaml
125
125
- requests
126
126
127
+ # build the interactive terminal
128
+ - jupyterlab >=3.4,<4
127
129
- pip :
130
+ - jupyterlite==0.1.0b12
128
131
- sphinx-toggleprompt
Original file line number Diff line number Diff line change 63
63
asv
64
64
black == 22.3.0
65
65
cpplint
66
- flake8 == 5 .0.4
66
+ flake8 == 6 .0.0
67
67
flake8-bugbear == 22.7.1
68
68
isort >= 5.2.1
69
69
mypy == 0.990
@@ -96,5 +96,7 @@ markdown
96
96
feedparser
97
97
pyyaml
98
98
requests
99
+ jupyterlab >= 3.4 ,< 4
100
+ jupyterlite == 0.1.0b12
99
101
sphinx-toggleprompt
100
102
setuptools >= 51.0.0
You can’t perform that action at this time.
0 commit comments