@@ -36,6 +36,52 @@ upload_to_pypi = false # don't auto-upload to PyPI
3636remove_dist = false # don't remove dists
3737patch_without_tag = true # patch release by default
3838
39+ [tool .pdm .dev-dependencies ]
40+ dev = [
41+ " jupyter<2.0.0,>=1.0.0" ,
42+ " myst-nb<1.0.0,>=0.17.1; python_version ~= \" 3.9\" " ,
43+ " sphinx-autoapi<3.0.0,>=2.1.0" ,
44+ " sphinx-rtd-theme<2.0.0,>=1.2.0" ,
45+ " mypy<2.0.0,>=1.2.0" ,
46+ " pytest-cov<5.0.0,>=4.0.0" ,
47+ " pytest<8.0.0,>=7.3.0" ,
48+ " pyzmq<27.0.0,>=26.3.0" ,
49+ ]
50+
51+ [tool .pdm .build ]
52+ includes = []
3953[build-system ]
40- requires = [" poetry-core>=1.0.0" ]
41- build-backend = " poetry.core.masonry.api"
54+ requires = [" pdm-backend" ]
55+ build-backend = " pdm.backend"
56+
57+
58+ [project ]
59+ authors = [
60+ {name = " Uriah Finkel" },
61+ ]
62+ license = {text = " MIT" }
63+ requires-python = " <4.0,>=3.9"
64+ dependencies = [
65+ " plotly<6.0.0,>=5.13.1" ,
66+ " ipython<9.0.0,>=8.11.0" ,
67+ " nbformat<6.0.0,>=5.7.3" ,
68+ " sphinx-autoapi<3.0.0,>=2.1.0" ,
69+ " sphinx-rtd-theme<2.0.0,>=1.2.0" ,
70+ " pandas<3.0.0,>=2.0.0" ,
71+ ]
72+ name = " rtichoke"
73+ version = " 0.1.5"
74+ description = " interactive visualizations for performance of predictive models"
75+ readme = " README.md"
76+
77+ [dependency-groups ]
78+ dev = [
79+ " jupyter<2.0.0,>=1.0.0" ,
80+ " myst-nb<1.0.0,>=0.17.1; python_version ~= \" 3.9\" " ,
81+ " sphinx-autoapi<3.0.0,>=2.1.0" ,
82+ " sphinx-rtd-theme<2.0.0,>=1.2.0" ,
83+ " mypy<2.0.0,>=1.2.0" ,
84+ " pytest-cov<5.0.0,>=4.0.0" ,
85+ " pytest<8.0.0,>=7.3.0" ,
86+ " pyzmq<27.0.0,>=26.3.0" ,
87+ ]
0 commit comments