Skip to content

Commit

Permalink
Remove ipython Python 2 modifier from requirements.txt (#1675)
Browse files Browse the repository at this point in the history
If ipython has tagged their packages correctly, then the modifier is not necessary. Sending a PR to check. Bug 113341391.
  • Loading branch information
tswast authored Aug 31, 2018
1 parent aff66d6 commit 509601b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bigquery/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
google-cloud-bigquery[pandas]==1.3.0
google-auth-oauthlib==0.2.0
ipython==5.5; python_version < "3"
ipython; python_version > "3"
ipython
matplotlib
pytz==2018.3

0 comments on commit 509601b

Please sign in to comment.