[project] name = "elderly-heat-warning" version = "0.1.0" description = "银发群体高温多时间尺度预警和服务优化可视化研究" requires-python = ">=3.10" dependencies = [ "numpy>=1.26", "pandas>=2.1", "xarray>=2023.0", "netcdf4>=1.6", "cdsapi>=0.7", "torch>=2.1", "pytorch-lightning>=2.1", "xgboost>=2.0", "scikit-learn>=1.3", "flask>=3.0", "matplotlib>=3.8", "seaborn>=0.13", "jupyter>=1.0", "tqdm>=4.66", "scipy>=1.11", ]