https://github.com/GPflow/GPflow
Revision 7be04c5726cfcdc2c560320cc2930cdc18a0b670 authored by Vincent Dutordoir on 10 July 2019, 09:09:55 UTC, committed by GitHub on 10 July 2019, 09:09:55 UTC
Make sure users don't install TF >= 2.0 with GPflow <= 1.4
1 parent 2352426
Raw File
Tip revision: 7be04c5726cfcdc2c560320cc2930cdc18a0b670 authored by Vincent Dutordoir on 10 July 2019, 09:09:55 UTC
Restrict TensorFlow version < 2.0 (#992)
Tip revision: 7be04c5
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top