Skip to content

Commit b642726

Browse files
datapythonistavaibhavhrt
authored andcommitted
DEPS: Adding missing doc dependencies to environment.yml (pandas-dev#26657)
1 parent 8a1f714 commit b642726

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

environment.yml

+7
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,17 @@ dependencies:
1717
- flake8-rst>=0.6.0,<=0.7.0
1818
- gitpython
1919
- hypothesis>=3.82
20+
- ipywidgets
2021
- isort
2122
- moto
2223
- mypy
24+
- nbconvert>=5.4.1
25+
- nbformat
26+
- notebook>=5.7.5
27+
- pandoc
2328
- pycodestyle
29+
- pyqt
30+
- python-snappy
2431
- pytest>=4.0.2
2532
- pytest-mock
2633
- sphinx

requirements-dev.txt

+7
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ flake8-comprehensions
88
flake8-rst>=0.6.0,<=0.7.0
99
gitpython
1010
hypothesis>=3.82
11+
ipywidgets
1112
isort
1213
moto
1314
mypy
15+
nbconvert>=5.4.1
16+
nbformat
17+
notebook>=5.7.5
18+
pandoc
1419
pycodestyle
20+
pyqt
21+
python-snappy
1522
pytest>=4.0.2
1623
pytest-mock
1724
sphinx

0 commit comments

Comments
 (0)