Skip to content

Commit a78c18c

Browse files
committed
poetrize
1 parent 163f715 commit a78c18c

File tree

2 files changed

+27
-23
lines changed

2 files changed

+27
-23
lines changed

Pipfile

Lines changed: 0 additions & 23 deletions
This file was deleted.

pyproject.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[tool.poetry]
2+
name = "probreg"
3+
version = "0.3.1"
4+
description = ""
5+
authors = ["nekanat <nekanat.stock@gmail.com>"]
6+
license = "MIT"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.7"
10+
pybind11 = "^2.6.2"
11+
six = "^1.15.0"
12+
transformations = "^2020.1.1"
13+
scipy = "^1.6.0"
14+
scikit-learn = "0.23.1"
15+
matplotlib = "^3.3.3"
16+
open3d = "^0.12.0"
17+
18+
[tool.poetry.dev-dependencies]
19+
Sphinx = "^3.4.3"
20+
flake8 = "^3.8.4"
21+
sphinx-rtd-theme = "^0.5.1"
22+
twine = "^3.3.0"
23+
setuptools = "^52.0.0"
24+
25+
[build-system]
26+
requires = ["poetry-core>=1.0.0", "setuptools", "pybind11"]
27+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)