Skip to content

Commit 38b1972

Browse files
committed
Fix conda environments
1 parent 560ef39 commit 38b1972

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environments/environment_cpu_apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ dependencies:
3535
- sounddevice
3636
- transformers>=4 # See requirements.txt
3737
- wavio >=0.0.5
38-
- -e .
38+
- -e ..

environments/environment_gpu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# File: environment.yml
1+
# File: environment_gpu.yml
22
# Created Date: Saturday February 13th 2021
33
# Author: Steven Atkinson (steven@atkinson.mn)
44

5-
name: nam
5+
name: nam-test2
66
channels:
77
- conda-forge # pytest-mock
88
- pytorch
@@ -36,4 +36,4 @@ dependencies:
3636
- sounddevice
3737
- transformers>=4 # See requirements.txt
3838
- wavio >=0.0.5
39-
- -e .
39+
- -e ..

0 commit comments

Comments
 (0)