8000 Fixed code issue from compat with new numpydoc by WillAyd · Pull Request #26188 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Fixed code issue from compat with new numpydoc #26188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 23, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bumped min environment reqs
  • Loading branch information
WillAyd committed Apr 22, 2019
commit 5574b4dd6b9d19e04550db53a2403c1fb90cddc8
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- pytest>=4.0.2
- pytest-mock
- sphinx
- numpydoc
- numpydoc>=0.9.0
- pip

# optional
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pycodestyle
pytest>=4.0.2
pytest-mock
sphinx
numpydoc
numpydoc>=0.9.0
pip
beautifulsoup4>=4.2.1
blosc
Expand Down
0