File size: 283 Bytes
6421da7 | 1 2 3 4 5 6 7 8 9 10 11 12 | [project]
name = "bayes-study"
version = "0.1.0"
description = "Interactive Bayesian linear regression visualizer built with Gradio."
readme = "README.md"
requires-python = ">=3.11,<3.13"
dependencies = [
"gradio>=5.25.0,<6",
"matplotlib>=3.9.0,<4",
"numpy>=2.1.0,<3",
]
|