https://github.com/GPflow/GPflow
Revision 7b2a0c8884dc0fe0dfc5090749b355e68c8563fb authored by st-- on 08 September 2020, 15:44:27 UTC, committed by GitHub on 08 September 2020, 15:44:27 UTC
* tensorflow_probability has been changing internals around their caching; here we update the cache-clearing for our deepcopy so that it works both for tensorflow_probability < 0.11.0, == 0.11.0 (with a workaround for the bug contained therein), and > 0.11.0 (in their master branch they fixed the bug and changed internals again)

* revert pinning of tf/tfp, numpy, scipy; rely on `pip --use-feature=2020-resolver`

* pin black==19.10b0 as the 20.8b0 upgrade changes formatting a lot

* disable test broken by tensorflow 2.3

Co-authored-by: Vincent Dutordoir <dutordoirv@gmail.com>
1 parent 5a945d6
Raw File
Tip revision: 7b2a0c8884dc0fe0dfc5090749b355e68c8563fb authored by st-- on 08 September 2020, 15:44:27 UTC
Fixes for tf 2.3 / tfp 0.11.0 compatiblity (#1553)
Tip revision: 7b2a0c8
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