Skip to content

Commit

Permalink
Pin kapre==0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
auroracramer committed Feb 28, 2020
1 parent 7d31790 commit a6ac4ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
- ffmpeg -hwaccels

install:
- pip install "tensorflow>=1.12.0,<=1.15.0"
- pip install "tensorflow>=1.12.0,<1.15.0"
- pip install pytest
- pip install -e .[tests]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
'keras>=2.0.9,<2.3.0',
'numpy>=1.13.0',
'scipy>=0.19.1',
'kapre>=0.1.4',
'kapre==0.1.4',
'PySoundFile>=0.9.0.post1',
'resampy>=0.2.1,<0.3.0',
'h5py>=2.7.0,<3.0.0',
Expand Down

0 comments on commit a6ac4ef

Please sign in to comment.