mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 14:56:24 +02:00
Revert "Merge branch 'KOLANICH-ML-pyproject.toml' into devel"
This reverts commit6f3e2364ab, reversing changes made to623ff17bb3.
This commit is contained in:
parent
fc1c292d76
commit
bfa1d67fda
3 changed files with 97 additions and 102 deletions
21
setup.cfg
21
setup.cfg
|
|
@ -1,20 +1,3 @@
|
|||
[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
|
||||
|
|
@ -24,3 +7,7 @@ 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