Skip to content
Snippets Groups Projects
Select Git revision
  • 20df5dac7ba1b1fddb0914361d943e415cbcb6e5
  • master default protected
  • ci39
  • ci39-python12
  • py39
  • issue#14
  • endianness
  • bugs_i686
  • bug_test_instfreqplot_arm64
  • bug_test_tfplot
  • gitlab-ci
  • debian
  • v1.1.2
  • v1.1.1
  • v1.0.17
  • v1.0.16
  • v1.0.15
  • v1.0.14
  • v1.0.13
  • v1.0.12
  • v1.0.9
  • v1.0.8
  • v1.0.7
  • v1.0.6
  • v1.0.0
25 results

AUTHORS.rst

Blame
  • requirements.txt 1.39 KiB
    # Raven2YOLO requirements
    # Usage: pip install -r requirements.txt
    
    # Base ------------------------------------------------------------------------
    
    matplotlib>=3.7.1    # Plotting library
    numpy>=1.23.5        # Numerical computing library
    opencv-python>=4.1.1 # Computer vision library
    Pillow>=7.1.2        # Python Imaging Library
    PyYAML>=5.3.1        # YAML parser and emitter
    pandas==2.2.2        # Data manipulation and analysis
    tqdm>=4.64.0         # Progress bar library
    
    # Torch -----------------------------------------------------------------------
    
    torch==2.0.0        
    torchvision==0.15.1
    torchaudio==2.0.1
    
    # Plotting --------------------------------------------------------------------
    
    seaborn>=0.11.0      # Statistical data visualization
    
    # Extras ----------------------------------------------------------------------
    
    # ipdb>=0.13.9         # IPython debugger
    # ipython==7.34.0      # Interactive Python shell
    
    # Additional Packages ---------------------------------------------------------
    
    librosa>=0.9.2       # Audio and music processing library
    scipy>=1.8.0         # Scientific library for numerical computations
    soundfile>=0.11.0    # Sound library
    p_tqdm==1.4.0        # Parallel tqdm (progress bar) for Python
    albumentations>=1.0.3 # Image augmentation library
    scikit-learn>=1.2.2  # Machine learning library
    xarray>=2024.3.0     # NetCDF interpreter
    h5netcdf>=1.3.0      # NetCDF interpreter