Merge branch 'pyproject.toml' of github.com:KOLANICH-ML/GPy into KOLANICH-ML-pyproject.toml

This commit is contained in:
Martin Bubel 2024-06-06 12:54:21 +02:00
commit aa55a10d9d
3 changed files with 104 additions and 97 deletions

View file

@ -1,3 +1,20 @@
[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]
current_version = 1.13.1
tag = True
@ -7,7 +24,3 @@ commit = True
[upload_docs]
upload-dir = doc/build/html
[medatdata]
description-file = README.md