8000 Auto backport of pr 25701 on 0.24.x by WillAyd · Pull Request #25713 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Auto backport of pr 25701 on 0.24.x #25713

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
Show file tree
Hide file tree
Changes from all commits
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
Backport PR #25701: Pinned pycodestyle
  • Loading branch information
WillAyd committed Mar 13, 2019
commit eb78c892d843d36ac94e77a07a43e5bb94040ed5
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ dependencies:
- hypothesis>=3.82
- isort
- moto
- pytest>=4.0
- pycodestyle=2.4
- pytest>=4.0.2
- pytest-mock
- sphinx
- numpydoc

Expand Down
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ gitpython
hypothesis>=3.82
isort
moto
pytest>=4.0
pycodestyle==2.4
pytest>=4.0.2
pytest-mock
sphinx
numpydoc
beautifulsoup4>=4.2.1
Expand Down
0