[project] name = "storage" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.14" dependencies = [ "matplotlib>=3.3.0", "numpy>=1.19.0", "openpyxl>=3.1.5", "pandas>=2.3.3", "pyinstaller>=6.17.0", "scikit-learn>=1.8.0", "seaborn>=0.13.2", ] [dependency-groups] dev = [ "mypy>=1.19.1", ]