https://github.com/GPflow/GPflow
Revision 1831a5d19a50ff525af0ce931c8b82f6306d8196 authored by st-- on 07 March 2021, 14:05:42 UTC, committed by GitHub on 07 March 2021, 14:05:42 UTC
Add explanation of TensorFlow/TFP dependencies (as brought up by https://github.com/GPflow/GPflow/issues/1623)
1 parent 94fa390
Raw File
Tip revision: 1831a5d19a50ff525af0ce931c8b82f6306d8196 authored by st-- on 07 March 2021, 14:05:42 UTC
Update README and require TensorFlow>=2.2 (#1647)
Tip revision: 1831a5d
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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