mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 01:02:39 +02:00
update the version requirement for matplotlib
This commit is contained in:
parent
69dfa1c943
commit
58ca2bad3c
1 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -164,7 +164,7 @@ setup(name = 'GPy',
|
||||||
'optional':['mpi4py',
|
'optional':['mpi4py',
|
||||||
'ipython>=4.0.0',
|
'ipython>=4.0.0',
|
||||||
],
|
],
|
||||||
'plotting':['matplotlib >= 1.3',
|
'plotting':['matplotlib >= 3.0',
|
||||||
'plotly >= 1.8.6'],
|
'plotly >= 1.8.6'],
|
||||||
'notebook':['jupyter_client >= 4.0.6',
|
'notebook':['jupyter_client >= 4.0.6',
|
||||||
'ipywidgets >= 4.0.3',
|
'ipywidgets >= 4.0.3',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue