Skip to content

Commit 0b65a0f

Browse files
committed
build: remove tool.poetry and tool.pdm.build from ymal file
1 parent ef34e3f commit 0b65a0f

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

pyproject.toml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
[tool.poetry]
2-
name = "rtichoke"
3-
version = "0.1.5"
4-
description = "interactive visualizations for performance of predictive models"
5-
authors = ["Uriah Finkel"]
6-
license = "MIT"
7-
readme = "README.md"
8-
9-
[tool.poetry.dependencies]
10-
python = "^3.9"
11-
plotly = "^5.13.1"
12-
ipython = "^8.11.0"
13-
nbformat = "^5.7.3"
14-
sphinx-autoapi = "^2.1.0"
15-
sphinx-rtd-theme = "^1.2.0"
16-
pandas = "^2.0.0"
17-
18-
[tool.poetry.group.dev.dependencies]
19-
jupyter = "^1.0.0"
20-
myst-nb = {version = "^0.17.1", python = "^3.9"}
21-
sphinx-autoapi = "^2.1.0"
22-
sphinx-rtd-theme = "^1.2.0"
23-
mypy = "^1.2.0"
24-
pytest-cov = "^4.0.0"
25-
pytest = "^7.3.0"
26-
pyzmq = "^26.3.0"
27-
281
[tool.semantic_release]
292
version_variable = "pyproject.toml:version" # version location
303
branch = "main" # branch to make releases of
@@ -48,13 +21,6 @@ dev = [
4821
"pyzmq<27.0.0,>=26.3.0",
4922
]
5023

51-
[tool.pdm.build]
52-
includes = []
53-
[build-system]
54-
requires = ["pdm-backend"]
55-
build-backend = "pdm.backend"
56-
57-
5824
[project]
5925
authors = [
6026
{name = "Uriah Finkel"},

0 commit comments

Comments
 (0)