Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Updated requirements for TensorFlow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugnelis committed May 1, 2019
1 parent 8fc5457 commit d699f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Connectionist Temporal Classification (CTC) by using Recurrent Neural Network (R

- Python 2.7+ (for Linux)
- Python 3.5+ (for Windows)
- TensorFlow 1.0+
- TensorFlow 1.12.1+
- NumPy 1.5+
- SciPy 0.12+
- python_speech_features 0.1+
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-speech-features==0.6
tensorflow==1.3.0
tensorflow-tensorboard==0.1.8
tensorflow>=1.12.1
tensorflow-tensorboard>=0.1.8

0 comments on commit d699f08

Please sign in to comment.