Skip to content

Commit

Permalink
Update h5py requirement to not require 2.x (#74) (#75)
Browse files Browse the repository at this point in the history
* Update h5py requirement to not require 2.x (#74)

* update .travis.yml to install tf 2.4.1

* just to test with tf==2.5.0rc0

* back to tf==2.4.1
  • Loading branch information
jongwook authored Apr 6, 2021
1 parent 1b834ea commit b897dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install pytest tensorflow==2.1.0
- pip install pytest tensorflow==2.4.1
- pip install .
script:
- pytest
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy>=1.14.0
scipy>=1.0.0
matplotlib>=2.1.0
resampy>=0.2.0,<0.3.0
h5py>=2.7.0,<3.0.0
h5py
hmmlearn>=0.2.0,<0.3.0
imageio>=2.3.0
scikit-learn>=0.16

0 comments on commit b897dfd

Please sign in to comment.