Skip to content

Commit

Permalink
addded nov updates of setup and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
twhughes committed Dec 17, 2019
1 parent 8c88938 commit 81c7451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
@@ -1,5 +1,4 @@
autograd>=1.2
librosa>=0.7.0
autograd>=1.3
matplotlib>=3.0.3
numpy>=1.16.2
pyMKL==0.0.3
Expand Down
9 changes: 4 additions & 5 deletions setup.py
Expand Up @@ -6,12 +6,11 @@
readme = f.read()

dependencies = [
'numpy',
'scipy',
'matplotlib>=2.2.2',
'numpy>=1.16.2',
'scipy>=1.2.1',
'matplotlib>=3.0.3',
'autograd>=1.3',
'future',
'pyMKL'
'pyMKL>=0.0.3'
]

setup(
Expand Down

0 comments on commit 81c7451

Please sign in to comment.