Skip to content

Commit 0c266cd

Browse files
committed
Add a Conda environment file
1 parent f7bc71b commit 0c266cd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

environment.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: microesc
2+
dependencies:
3+
- python=3.6.*
4+
- pip=19.0.*
5+
- numpy=1.17.*
6+
- matplotlib=3.1.*
7+
- pandas>=0.23.0
8+
- scipy>=1.3.0
9+
- seaborn>=0.9.0
10+
- scikit-learn>=0.21.1
11+
- tensorflow>=1.12
12+
- keras>=2.2.4
13+
- jupyterlab>=1.1.4
14+
- pip:
15+
- soundfile>=0.10
16+
- librosa>=0.7.*

0 commit comments

Comments
 (0)