Spaces:
Sleeping
Sleeping
File size: 2,669 Bytes
7d382ab 76ee46f 7d382ab 76ee46f 3990dbb 76ee46f 7d382ab 76ee46f 6ac9ce0 7d382ab 3990dbb 7d382ab 76ee46f 3990dbb 6ac9ce0 7d382ab 3990dbb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | # βββββββββ Core GUI Framework βββββββββ gradio==5.27.0 pydantic>=2.6.0,<2.11.0 fastapi>=0.115.0,<0.120.0 starlette==0.45.3 # βββββββββ Data Processing & Visualization βββββββββ pandas>=1.5.0 numpy>=1.21.0,<2.0.0 matplotlib>=3.5.0 plotly>=5.0.0 cartopy>=0.21.0 # βββββββββ Machine Learning & Statistics βββββββββ scikit-learn>=1.0.0 scipy>=1.7.0 statsmodels>=0.13.0 # βββββββββ Advanced ML Features βββββββββ umap-learn>=0.5.0 # UMAP dimensionality reduction for clustering numba>=0.56.0 # Required for UMAP performance pynndescent>=0.5.0 # UMAP dependency for nearest neighbor search # βββββββββ Enhanced Prediction Models βββββββββ tensorflow-cpu>=2.12.0,<2.16.0 # CNN features for advanced predictions # Note: Using CPU version for better Hugging Face Spaces compatibility # βββββββββ Climate & Weather Data βββββββββ xarray>=0.20.0 requests>=2.28.0 tropycal>=1.0.0 # βββββββββ Animation & Video Processing βββββββββ imageio>=2.20.0 # For animation export imageio-ffmpeg>=0.4.7 # FFmpeg support for video generation opencv-python-headless>=4.6.0 # Computer vision for enhanced animations # βββββββββ Geospatial Processing βββββββββ shapely>=1.8.0 # Geometric operations geopandas>=0.12.0 # Geospatial data analysis (optional but useful) # βββββββββ Performance & Optimization βββββββββ joblib>=1.1.0 # Parallel processing for ML models threadpoolctl>=3.0.0 # Thread pool control for performance # βββββββββ Fixed Protobuf Compatibility βββββββββ protobuf>=3.20.0,<4.0.0 # Fixed protobuf version for compatibility # βββββββββ Error Handling & Logging βββββββββ tqdm>=4.64.0 # Progress bars for data loading colorlog>=6.6.0 # Enhanced logging with colors # βββββββββ Optional Enhanced Features βββββββββ # Uncomment the following for additional capabilities: netcdf4>=1.6.0 # For advanced climate data formats h5py>=3.7.0 # HDF5 support for large datasets zarr>=2.12.0 # Chunked, compressed arrays dask>=2022.8.0 # Parallel computing for large datasets # Note: The app gracefully handles missing optional dependencies # and provides fallback functionality when advanced features are unavailable |