Skip to content

Commit a098632

Browse files
Unpin upper limit on numpydoc
Closes #5401
1 parent 6ae7628 commit a098632

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
@@ -16,7 +16,7 @@ dependencies:
1616
- jax
1717
- myst-nb
1818
- numpy>=1.15.0
19-
- numpydoc<1.2
19+
- numpydoc
2020
- pandas>=0.24.0
2121
- pip
2222
- 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
@@ -16,7 +16,7 @@ dependencies:
1616
- jax
1717
- myst-nb
1818
- numpy>=1.15.0
19-
- numpydoc<1.2
19+
- numpydoc
2020
- pandas>=0.24.0
2121
- pip
2222
- 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
@@ -16,7 +16,7 @@ dependencies:
1616
- jax
1717
- myst-nb
1818
- numpy>=1.15.0
19-
- numpydoc<1.2
19+
- numpydoc
2020
- pandas>=0.24.0
2121
- pip
2222
- 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
@@ -22,7 +22,7 @@ dependencies:
2222
# Extra stuff for dev, testing and docs build
2323
- ipython>=7.16
2424
- myst-nb
25-
- numpydoc<1.2
25+
- numpydoc
2626
- pre-commit>=2.8.0
2727
- pydata-sphinx-theme
2828
- 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>=7.16
1212
myst-nb
1313
numpy>=1.15.0
14-
numpydoc<1.2
14+
numpydoc
1515
pandas>=0.24.0
1616
polyagamma
1717
pre-commit>=2.8.0

0 commit comments

Comments
 (0)