[project] name = "statystyka-python" version = "0.1.0" description = "Materiały do wykładu „Statystyka” (Python)." readme = "README.md" requires-python = ">=3.14" dependencies = [ "cmcrameri>=1.9", "ipywidgets>=8.1.0", "jupyter>=1.0.0", "jupyterlab-rise>=0.43.1", "matplotlib>=3.10.0", "nbclassic>=1.3.3", "numpy>=2.1.0", "pandas>=2.2.0", "pingouin>=0.5.5", "rise>=5.7.1", "scikit-posthocs>=0.13.0", "scipy>=1.14.0", "seaborn>=0.13.2", "statsmodels>=0.14.5", ] [dependency-groups] dev = [ "ruff>=0.12.0", ] [tool.uv] default-groups = ["dev"] [tool.ruff] line-length = 88 target-version = "py314" extend-exclude = [ "*.ipynb", ] [tool.ruff.lint] select = ["E", "F", "I"]