Skip to content

Commit

Permalink
add conda environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Böck committed Dec 29, 2021
1 parent a947e6c commit a71d6ec
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: madmom
channels:
- conda-forge
- nodefaults
dependencies:
- python
- cython>=0.25
- numpy
- scipy
- opencv
- portaudio
- pip
- pip:
- mido>=1.2.6
- pyfftw
- pyaudio
- pytest
- black
- pre-commit
- prospector

0 comments on commit a71d6ec

Please sign in to comment.