Skip to content

Commit f993926

Browse files
committed
need notebook>=5.7.0
1 parent d103df0 commit f993926

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ requirements:
5454
- dataclasses # [py36]
5555
- fastprogress >=0.1.15
5656
- ipython
57-
- jupyter
58-
- jupyter_client>=5.2.3
5957
- matplotlib
58+
- notebook>=5.7.0
6059
- nbconvert
6160
- nbformat
6261
- numpy >=1.12

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def to_list(buffer): return list(filter(None, map(str.strip, buffer.splitlines()
2828
fastprogress>=0.1.15
2929
ipython
3030
jupyter
31-
jupyter_client>=5.2.3
3231
matplotlib
32+
notebook>=5.7.0
3333
nbconvert
3434
nbformat
3535
numpy>=1.12

0 commit comments

Comments
 (0)