neural-amp-modeler

Neural network emulator for guitar amplifiers
Log | Files | Refs | README | LICENSE

environment_cpu_apple.yml (716B)


      1 # File: environment.yml
      2 # Created Date: Saturday February 13th 2021
      3 # Author: Steven Atkinson (steven@atkinson.mn)
      4 
      5 # Environment for CPU and macOS (Intel and Apple Silicon)
      6 
      7 name: nam
      8 channels:
      9   - conda-forge # pytest-mock
     10   - pytorch
     11 dependencies:
     12   - python>=3.9
     13   - black
     14   - flake8
     15   - h5py
     16   - jupyter
     17   - matplotlib
     18   - numpy<2
     19   - pip
     20   - pre-commit
     21   - pydantic
     22   - pytest
     23   - pytest-mock
     24   # Performance note:
     25   # https://github.com/sdatkinson/neural-amp-modeler/issues/505
     26   - pytorch
     27   - scipy
     28   - semver
     29   - tensorboard
     30   - tqdm
     31   - wheel
     32   - pip:
     33       - auraloss==0.3.0
     34       - pytorch_lightning
     35       - sounddevice
     36       - transformers>=4  # See requirements.txt
     37       - wavio >=0.0.5
     38       - -e ..