Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion samples/magics/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ google-auth-oauthlib==0.4.6
grpcio==1.43.0
ipython==7.16.1; python_version < '3.7'
ipython==7.29.0; python_version == '3.7'
ipython==8.0.0; python_version >= '3.8'
ipython==8.0.1; python_version >= '3.8'
matplotlib==3.3.4; python_version < '3.7'
matplotlib==3.5.1; python_version >= '3.7'
pandas==1.1.5; python_version < '3.7'
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ google-auth-oauthlib==0.4.6
grpcio==1.43.0
ipython==7.16.1; python_version < '3.7'
ipython==7.29.0; python_version == '3.7'
ipython==8.0.0; python_version >= '3.8'
ipython==8.0.1; python_version >= '3.8'
matplotlib==3.3.4; python_version < '3.7'
matplotlib==3.5.1; python_version >= '3.7'
pandas==1.1.5; python_version < '3.7'
Expand Down