Skip to content

Commit

Permalink
Updating all affected packages after google-cloud-core update. (#3730)
Browse files Browse the repository at this point in the history
* Updating all affected packages after google-cloud-core update.

* Moving 'pip install .' **after** subpackages in nox docs.

@lukesneeringer still hasn't explained why it was moved. In
it's current location, the depencencies are first retrieved
from PyPI (which fails here for the unreleased versions), e.g.

https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2716
  • Loading branch information
dhermes authored Aug 4, 2017
1 parent 73b886a commit 24ab95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-language/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.25.0, < 0.26dev',
'google-cloud-core >= 0.26.0, < 0.27dev',
'google-gax >= 0.15.13, < 0.16dev',
'googleapis-common-protos[grpc] >= 1.5.2, < 2.0dev',
]
Expand All @@ -61,7 +61,7 @@

setup(
name='google-cloud-language',
version='0.26.1',
version='0.27.0',
description='Python Client for Google Cloud Natural Language',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 24ab95b

Please sign in to comment.