From 47116a4682edb1f22d00da06802cc3eff40bf5bd Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 30 May 2019 18:39:05 +0100 Subject: Update documentation --- pyproject.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..1668a61 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,19 @@ +[tool.poetry] +name = "gensvm" +version = "0.2.4" +description = "Python package for the GenSVM classifier" +authors = ["Gertjan van den Burg "] +license = "GPL-2.0+" + +[tool.poetry.dependencies] +python = "^3.7" +scikit-learn = "^0.21.2" +numpy = "^1.16" + +[tool.poetry.dev-dependencies] +Sphinx = "=1.6.5" +sphinx_rtd_theme = "^0.4.3" + +[build-system] +requires = ["poetry>=0.12"] +build-backend = "poetry.masonry.api" -- cgit v1.2.3