diff --git a/.travis.yml b/.travis.yml index d716e3f..b8d1c41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 6055387..41882c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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