mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 04:46:23 +02:00
Merge branch 'pyproject.toml' of github.com:KOLANICH-ML/GPy into KOLANICH-ML-pyproject.toml
This commit is contained in:
commit
aa55a10d9d
3 changed files with 104 additions and 97 deletions
21
setup.cfg
21
setup.cfg
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue