Skip to content

Commit

Permalink
Make pyup ignore py2 IPython dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jul 15, 2018
1 parent b9be63a commit 75a08f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tox==3.1.2
flake8==3.5.0

# Soft deps
IPython<6; python_version < '3'
IPython<6; python_version < '3' # pyup: ignore
IPython==6.4.0; python_version >= '3'

# Install this package in development mode
Expand Down

0 comments on commit 75a08f5

Please sign in to comment.