Skip to content

Commit

Permalink
chore: updating pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn committed Nov 4, 2019
1 parent 597a37d commit 9bb6e90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "pytorch_tabnet"
version = "0.1.0"
description = ""
description = "PyTorch implementation of TabNet"
homepage = "https://github.com/dreamquark-ai/tabnet"
repository = "https://github.com/dreamquark-ai/tabnet"
documentation = "https://github.com/dreamquark-ai/tabnet"
readme = "README.md"
authors = []
keywords = ["tabnet", "pytorch", "neural-networks" ]
exclude = ["tabnet/*.ipynb"]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 9bb6e90

Please sign in to comment.