--- # Ultra-Fast Minimal ML Environment # Optimized for size and speed with mamba name: ml_env_minimal channels: - pytorch - conda-forge dependencies: # Core Python - python=3.10 # Essential ML Stack (conda-optimized binaries) - pytorch>=2.0.0 - torchvision>=0.15.0 - numpy>=1.24.0 - pandas>=2.0.0 - scikit-learn>=1.3.0 # Lightweight visualization - matplotlib>=3.7.0 # Development essentials - pip - setuptools - wheel # GPU support (conditional - will be skipped if not available) - pytorch-cuda>=11.7 # Only essential pip packages - pip: - tqdm>=4.65.0