ga4gh / ga4gh-schemas

Models and APIs for Genomic data. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
214 stars 114 forks source link

Relax protobuf version requirement #808

Closed david4096 closed 1 year ago

david4096 commented 7 years ago

Allows us to take advantage of newer versions of the protobuf module without modifying the requirements. If a specific version of the module is required at release, this can be set to a known working value.

Now that we have automated nightly CI (https://docs.travis-ci.com/user/cron-jobs/), this will make it easier manage changes to our dependencies.

Goes with https://github.com/ga4gh/server/pull/1557