diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-12 09:17:14 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-12 09:17:14 +0000 |
| commit | 617bb3ebbfecb72c13abfc549b98c5407e0fee3d (patch) | |
| tree | a6336f860e05d3fc321b89b7e890f7f0ae6d0f74 /pyproject.toml | |
| parent | Update submodule (diff) | |
| download | pygensvm-617bb3ebbfecb72c13abfc549b98c5407e0fee3d.tar.gz pygensvm-617bb3ebbfecb72c13abfc549b98c5407e0fee3d.zip | |
First attempt at setting up travis for cibuildwheel
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 1668a61..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,19 +0,0 @@ -[tool.poetry] -name = "gensvm" -version = "0.2.4" -description = "Python package for the GenSVM classifier" -authors = ["Gertjan van den Burg <gertjanvandenburg@gmail.com>"] -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" |
