Skip to content

Commit

Permalink
Unpin upper limit on numpydoc
Browse files Browse the repository at this point in the history
Closes #5401
  • Loading branch information
michaelosthege committed May 1, 2022
1 parent 6ae7628 commit 5c39f7e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda-envs/environment-dev-py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- jax
- myst-nb
- numpy>=1.15.0
- numpydoc<1.2
- numpydoc
- pandas>=0.24.0
- pip
- pre-commit>=2.8.0
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/environment-dev-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- jax
- myst-nb
- numpy>=1.15.0
- numpydoc<1.2
- numpydoc
- pandas>=0.24.0
- pip
- pre-commit>=2.8.0
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/environment-dev-py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- jax
- myst-nb
- numpy>=1.15.0
- numpydoc<1.2
- numpydoc
- pandas>=0.24.0
- pip
- pre-commit>=2.8.0
Expand Down
2 changes: 1 addition & 1 deletion conda-envs/windows-environment-dev-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
# Extra stuff for dev, testing and docs build
- ipython>=7.16
- myst-nb
- numpydoc<1.2
- numpydoc
- pre-commit>=2.8.0
- pydata-sphinx-theme
- pytest-cov>=2.5
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ h5py>=2.7
ipython>=7.16
myst-nb
numpy>=1.15.0
numpydoc<1.2
numpydoc
pandas>=0.24.0
polyagamma
pre-commit>=2.8.0
Expand Down

0 comments on commit 5c39f7e

Please sign in to comment.