@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " pyballistic"
10- version = " 2.2.0rc1 "
10+ version = " 2.2.0 "
1111
1212authors = [
1313 { name = " o-murphy" , email = " thehelixpg@gmail.com" },
@@ -82,7 +82,7 @@ line-length = 120
8282"pyballistic.exts" = { path = " ./pyballistic.exts" } # required for `uv sync`
8383
8484[project .optional-dependencies ]
85- exts = [" pyballistic.exts==2.2.0rc1 " ]
85+ exts = [" pyballistic.exts==2.2.0 " ]
8686charts = [" matplotlib>=3.9" , " pandas>=2.3.0" , " numpy>=2" ]
8787visualize = [" matplotlib>=3.9" , " pandas>=2.3.0" , " numpy>=2" ]
8888scipy = [" numpy>=2" , " scipy>=1.13.1" ]
@@ -106,17 +106,17 @@ dev = [
106106 " ruff>=0.12.3" ,
107107]
108108docs = [
109- ' mkdocs-mermaid2-plugin' ,
110- ' mkdocs' ,
111- ' mkdocs-exclude' ,
112- ' mkdocs-material[imaging]' ,
113- ' mkdocs-redirects' ,
114- # Pin mkdocstrings to versions that support show_attribute_values
115- ' mkdocstrings>=0.29.0 ' ,
116- ' mkdocstrings-python>=1.16.0 ' ,
117- ' mkdocs-autorefs ' ,
118- ' mike ' ,
119- ' pydocstyle ' ,
109+ " mkdocs-mermaid2-plugin" ,
110+ " mkdocs" ,
111+ " mkdocs-exclude" ,
112+ " mkdocs-material[imaging]" ,
113+ " mkdocs-redirects" ,
114+ " mkdocstrings>=0.29.0 " ,
115+ " mkdocstrings-python>=1.16.0 " ,
116+ " mkdocs-autorefs " ,
117+ " mike " ,
118+ " pydocstyle " ,
119+ " ruff " ,
120120]
121121
122122[dependency-groups ]
0 commit comments