pyproject.toml

162 B · toml · 5 lines

1[project]2name = "mrlyprod"3version = "0.3.0"4requires-python = ">=3.13"5dependencies = ["numpy>=2.5", "sympy>=1.14", "mpmath>=1.3", "scipy>=1.18", "pillow>=12"]