We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163f715 commit a78c18cCopy full SHA for a78c18c
Pipfile
pyproject.toml
@@ -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