2023-02-13 00:49:03 +03:00
|
|
|
[options]
|
|
|
|
|
test_suite = GPy.testing
|
|
|
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
|
docs = sphinx
|
|
|
|
|
optional = mpi4py; ipython>=4.0.0
|
|
|
|
|
# matplotlib Version see github issue #955
|
|
|
|
|
plotting =
|
|
|
|
|
matplotlib==3.3.4; python_version >= '3.6'
|
|
|
|
|
matplotlib==3.0.0; python_version < '3.6'
|
|
|
|
|
plotly >= 1.8.6
|
|
|
|
|
notebook =
|
|
|
|
|
jupyter_client >= 4.0.6
|
|
|
|
|
ipywidgets >= 4.0.3
|
|
|
|
|
ipykernel >= 4.1.0
|
|
|
|
|
notebook >= 4.0.5
|
|
|
|
|
|
2015-09-09 09:09:22 +01:00
|
|
|
[bumpversion]
|
2024-01-14 23:48:01 +01:00
|
|
|
current_version = 1.13.1
|
2016-09-06 09:09:54 +01:00
|
|
|
tag = True
|
2015-09-09 09:09:22 +01:00
|
|
|
commit = True
|
|
|
|
|
|
2015-09-09 09:45:01 +01:00
|
|
|
[bumpversion:file:GPy/__version__.py]
|
2016-07-30 09:02:46 +01:00
|
|
|
|
2015-10-11 09:33:56 +01:00
|
|
|
[upload_docs]
|
2015-10-11 17:05:25 +01:00
|
|
|
upload-dir = doc/build/html
|