# Development and Testing Dependencies # Install with: pip install -r requirements-dev.txt # These are excluded from production/Vercel deployment to reduce size # Include production requirements -r requirements.txt # ML Libraries (excluded from Vercel to reduce size) scikit-learn==1.3.2 # Testing pytest==7.4.3 pytest-asyncio==0.21.1 pytest-cov==4.1.0 # Development Tools black==23.11.0 flake8==6.1.0 mypy==1.7.1 # Optional: For environments with system libraries # Uncomment if you have HDF5, GDAL, or C++ compiler installed # xarray==2023.11.0 # rasterio==1.3.9 # netcdf4==1.6.4 # h5netcdf==1.2.0 # prophet==1.1.5