Skip to content

Commit

Permalink
fix(): add conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
pedramabdzadeh committed Aug 26, 2021
1 parent 4790a31 commit 4d334b9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: pytorch-1.6
channels:
- defaults
- pytorch
- conda-forge
- anaconda
dependencies:
- python=3.8
- pytorch::pytorch=1.6
- cudatoolkit=9.2
- pytorch::torchvision=0.7.0
- pytorch::torchaudio=0.6.0
- scipy=1.4.1
- numpy=1.18.1
- conda-forge::libsndfile=1.0.31
- conda-forge::pysoundfile
- numba=0.48.0
- librosa=0.8.0
- mir_eval=0.6

0 comments on commit 4d334b9

Please sign in to comment.