8000 Remove ipython Python 2 modifier from requirements.txt (#1675) · rlkelly/python-docs-samples@509601b · GitHub
[go: up one dir, main page]

Skip to content

Commit 509601b

Browse files
authored
Remove ipython Python 2 modifier from requirements.txt (GoogleCloudPlatform#1675)
If ipython has tagged their packages correctly, then the modifier is not necessary. Sending a PR to check. Bug 113341391.
1 parent aff66d6 commit 509601b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
google-cloud-bigquery[pandas]==1.3.0
22
google-auth-oauthlib==0.2.0
3-
ipython==5.5; python_version < "3"
4-
ipython; python_version > "3"
3+
ipython
54
matplotlib
65
pytz==2018.3

0 commit comments

Comments
 (0)
0