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

Commit 6998ba9

Browse files
authored
Merge pull request #20 from ugnelis/tensorflow_security_fix
Updated requirements for TensorFlow.
2 parents 8fc5457 + 8058545 commit 6998ba9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Connectionist Temporal Classification (CTC) by using Recurrent Neural Network (R
66

77
- Python 2.7+ (for Linux)
88
- Python 3.5+ (for Windows)
9-
- TensorFlow 1.0+
9+
- TensorFlow 1.12.1+
1010
- NumPy 1.5+
1111
- SciPy 0.12+
1212
- python_speech_features 0.1+

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python-speech-features==0.6
2-
tensorflow==1.3.0
3-
tensorflow-tensorboard==0.1.8
2+
tensorflow>=1.12.1
3+
tensorflow-tensorboard>=0.1.8
File renamed without changes.

0 commit comments

Comments
 (0)