[project] name = "maimai-pcse" version = "0.1.0" description = "麦麦智农 - 基于 PCSE/WOFOST 作物生长模型的智能种植模拟平台" readme = "README.md" requires-python = ">=3.12" dependencies = [ "streamlit>=1.52.0", "plotly>=6.5.0", "pandas>=2.0.0", "numpy>=2.0.0", "pcse==6.0.12", ] [tool.uv] find-links = ["./vendor"] [[tool.uv.index]] url = "https://mirrors.aliyun.com/pypi/simple" default = true