Skip to content

Commit

Permalink
setup: Try versions that pip can resolve more easily
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 12, 2021
1 parent 42b8c1d commit 0413e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
'gspread<3.5.0', # google-colab 1.0.0 requires google-auth~=1.4.0
'gspread-dataframe',
'libcoveocds',
'notebook~=5.3.0', # required by Google Colaboratory (google-colab 1.0.0 requires notebook~=5.2.0)
'notebook>=5.2.0', # required by Google Colaboratory (google-colab 1.0.0 requires notebook~=5.2.0)
'oauth2client',
'pydrive',
'requests~=2.23.0', # required by Google Colaboratory (google-colab 1.0.0 requires requests~=2.21.0)
'requests>=2.21.0', # required by Google Colaboratory (google-colab 1.0.0 requires requests~=2.21.0)
'ipython-sql~=0.4.0',
# https://github.com/googleapis/google-api-python-client/issues/870
'google-api-python-client!=1.8.1,<1.9.0', # google-colab 1.0.0 requires google-auth~=1.4.0
Expand Down

0 comments on commit 0413e0d

Please sign in to comment.