Skip to content

Commit 81c7451

Browse files
committed
addded nov updates of setup and requirements
1 parent 8c88938 commit 81c7451

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
autograd>=1.2
2-
librosa>=0.7.0
1+
autograd>=1.3
32
matplotlib>=3.0.3
43
numpy>=1.16.2
54
pyMKL==0.0.3

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
readme = f.read()
77

88
dependencies = [
9-
'numpy',
10-
'scipy',
11-
'matplotlib>=2.2.2',
9+
'numpy>=1.16.2',
10+
'scipy>=1.2.1',
11+
'matplotlib>=3.0.3',
1212
'autograd>=1.3',
13-
'future',
14-
'pyMKL'
13+
'pyMKL>=0.0.3'
1514
]
1615

1716
setup(

0 commit comments

Comments
 (0)