https://github.com/GPflow/GPflow
Revision aaf93399df1f2511a2e84266ed0e45d54918bef0 authored by marcoadurno on 21 March 2020, 10:59:27 UTC, committed by GitHub on 21 March 2020, 10:59:27 UTC
Fixes #1348 by
* only adding gast as a requirement if tensorflow is not already installed;
* we check what's the latest available version of tensorflow on pypi and select a version of gast accordingly (gast<0.3 for tf<2.2 and gast>=0.3 for tf>=2.2)
1 parent 67dc76d
History
Tip revision: aaf93399df1f2511a2e84266ed0e45d54918bef0 authored by marcoadurno on 21 March 2020, 10:59:27 UTC
fix gast dependency (#1350)
Tip revision: aaf9339
File Mode Size
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 283 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 828 bytes
.pylintrc -rw-r--r-- 14.6 KB
GLOSSARY.md -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 182 bytes
Makefile -rw-r--r-- 680 bytes
README.md -rw-r--r-- 9.3 KB
RELEASE.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 9 bytes
codecov.yml -rw-r--r-- 274 bytes
contributing.md -rw-r--r-- 7.5 KB
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 3.2 KB
tests_requirements.txt -rw-r--r-- 232 bytes

README.md

back to top