Skip to content

Commit b276c82

Browse files
Temporarily pin upper numpydoc version
Tracking issue #5401
1 parent 71b18e6 commit b276c82

5 files changed

+5
-5
lines changed

conda-envs/environment-dev-py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- ipython
1515
- myst-nb
1616
- numpy>=1.15
17-
- numpydoc>=0.9
17+
- numpydoc<1.2
1818
- pandas>=0.24
1919
- pip
2020
- pre-commit>=2.8.0

conda-envs/environment-dev-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- ipython
1515
- myst-nb
1616
- numpy>=1.15.0
17-
- numpydoc>=0.9
17+
- numpydoc<1.2
1818
- pandas>=0.24.0
1919
- pip
2020
- pre-commit>=2.8.0

conda-envs/environment-dev-py39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- ipython
1515
- myst-nb
1616
- numpy>=1.15.0
17-
- numpydoc>=0.9
17+
- numpydoc<1.2
1818
- pandas
1919
- pip
2020
- pre-commit>=2.8.0

conda-envs/windows-environment-dev-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
# Extra stuff for dev, testing and docs build
2222
- ipython
2323
- myst-nb
24-
- numpydoc>=0.9
24+
- numpydoc<1.2
2525
- pre-commit>=2.8.0
2626
- pydata-sphinx-theme
2727
- pytest-cov>=2.5

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ h5py>=2.7
1111
ipython
1212
myst-nb
1313
numpy>=1.15.0
14-
numpydoc>=0.9
14+
numpydoc<1.2
1515
pandas
1616
polyagamma
1717
pre-commit>=2.8.0

0 commit comments

Comments
 (0)