| [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", | |
| ] | |