mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 23:36:23 +02:00
Fix the bug in the prediction of full covariance matrix (#702)
* fix the bug in the prediction of full covariance matrix * Fix the test cases. * update the version requirement for matplotlib
This commit is contained in:
parent
4f3047e035
commit
a86723c8ab
4 changed files with 6 additions and 5 deletions
4
setup.py
4
setup.py
|
|
@ -164,7 +164,7 @@ setup(name = 'GPy',
|
|||
'optional':['mpi4py',
|
||||
'ipython>=4.0.0',
|
||||
],
|
||||
'plotting':['matplotlib >= 1.3',
|
||||
'plotting':['matplotlib >= 3.0',
|
||||
'plotly >= 1.8.6'],
|
||||
'notebook':['jupyter_client >= 4.0.6',
|
||||
'ipywidgets >= 4.0.3',
|
||||
|
|
@ -185,7 +185,7 @@ setup(name = 'GPy',
|
|||
'Intended Audience :: Developers',
|
||||
'Topic :: Software Development',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
|
||||
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue