add version to tensorflow
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
flask
|
| 2 |
flask_cors
|
| 3 |
gunicorn
|
| 4 |
-
tensorflow
|
| 5 |
numpy
|
| 6 |
pathlib
|
| 7 |
plotly
|
| 8 |
pandas
|
| 9 |
-
keras
|
| 10 |
underthesea
|
|
|
|
| 1 |
flask
|
| 2 |
flask_cors
|
| 3 |
gunicorn
|
| 4 |
+
tensorflow==2.15.0
|
| 5 |
numpy
|
| 6 |
pathlib
|
| 7 |
plotly
|
| 8 |
pandas
|
| 9 |
+
keras==2.15.0
|
| 10 |
underthesea
|