ContextLab / quail

A python toolbox for analyzing and plotting free recall data
http://cdl-quail.readthedocs.io/en/latest/
MIT License
20 stars 10 forks source link

Remove or pin use of a deprecated python package, google-cloud #102

Open crwilcox opened 5 years ago

crwilcox commented 5 years ago

https://github.com/ContextLab/quail/blob/8deb8583f113a1f774b1e88916521b625697a83a/docs/doc_requirements.txt#L16

This repository contains a setup.py or requirements.txt file that depends on the google-cloud package. This package is deprecated. If you wish to continue to use this package, please pin the version to google-cloud<0.34.0. If you have more time to dedicate to this, I would advise sorting out which sub-packages you actually rely on and depending on them.

For further information please view this package on PyPI, https://pypi.org/project/google-cloud/

jeremymanning commented 5 years ago

Thanks @crwilcox -- will do!

jeremymanning commented 5 years ago

@paxtonfitzpatrick as a temporary fix, can you update setup.py and requirements.txt to specify google-cloud<0.34.0?

Then in a future version we can sort out specific dependencies

paxtonfitzpatrick commented 5 years ago

tightened to google-cloud>=0.32.0,<0.34.0 (and consequently google-cloud-speech<0.31dev,>=0.30.0) for now. Will sort out in a future version