Skip to content

Commit 516fdeb

Browse files
Installing numpydoc from conda
1 parent ca66661 commit 516fdeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies:
2323
- isort # check that imports are in the right order
2424
- mypy=0.730
2525
- pycodestyle # used by flake8
26+
- numpydoc>=0.9.2
2627

2728
# documentation
2829
- gitpython # obtain contributors from git for whatsnew
@@ -104,4 +105,3 @@ dependencies:
104105
- tabulate>=0.8.3 # DataFrame.to_markdown
105106
- pip:
106107
- git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master
107-
- git+https://github.com/numpy/numpydoc

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ flake8-rst>=0.6.0,<=0.7.0
1414
isort
1515
mypy==0.730
1616
pycodestyle
17+
numpydoc>=0.9.2
1718
gitpython
1819
sphinx
1920
nbconvert>=5.4.1
@@ -69,5 +70,4 @@ sqlalchemy
6970
xarray
7071
pyreadstat
7172
tabulate>=0.8.3
72-
git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master
73-
git+https://github.com/numpy/numpydoc
73+
git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master

0 commit comments

Comments
 (0)