Skip to content

Commit f980ff8

Browse files
committed
conda: Use Tensorflow 1.15 from pip
1 parent 5c93894 commit f980ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ dependencies:
88
- scipy>=1.3.0
99
- seaborn>=0.9.0
1010
- scikit-learn>=0.21.1
11-
- tensorflow>=1.12
12-
- keras>=2.2.4
1311
- jupyterlab>=1.1.4
1412
- pip:
1513
- soundfile>=0.10
1614
- librosa>=0.7.*
1715
- pytest>=5.1.3
16+
- tensorflow==1.15
17+
- keras==2.2.4

0 commit comments

Comments
 (0)