GPy/setup.cfg

27 lines
532 B
INI
Raw Normal View History

[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
[bumpversion]
2024-01-14 23:48:01 +01:00
current_version = 1.13.1
tag = True
commit = True
[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