mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-05 16:02:13 +02:00
Removed version check
This commit is contained in:
parent
131a4b507f
commit
b92bdbbc0e
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ for mod_name in MOCK_MODULES:
|
||||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||||
|
|
||||||
import GPy
|
import GPy
|
||||||
version = GPy.__version__
|
|
||||||
|
|
||||||
if on_rtd:
|
if on_rtd:
|
||||||
sys.path.append("../GPy")
|
sys.path.append("../GPy")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue