cosmir / openmic-annotator

Annotation framework for annotating data for OpenMIC
MIT License
56 stars 1 forks source link

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

Open crwilcox opened 5 years ago

crwilcox commented 5 years ago

https://github.com/cosmir/open-mic/blob/ebb4612ff5a6c6f7b6fbc908d837857f8377d95a/backend_server/setup.py#L38

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/