File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed
Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 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 ]
292version_variable = " pyproject.toml:version" # version location
303branch = " 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 ]
5925authors = [
6026 {name = " Uriah Finkel" },
You can’t perform that action at this time.
0 commit comments